This commit is contained in:
Mr_Goldberg
2022-08-05 01:32:20 -04:00
parent 0fc5a564e1
commit ba877b6e78
9 changed files with 44 additions and 1 deletions

View File

@ -152,6 +152,7 @@ enum EResult
k_EResultInsufficientBattery = 124, // user device doesn't have enough battery charge currently to complete the action
k_EResultChargerRequired = 125, // The operation requires a charger to be plugged in, which wasn't present
k_EResultCachedCredentialInvalid = 126, // Cached credential was invalid - user must reauthenticate
K_EResultPhoneNumberIsVOIP = 127, // The phone number provided is a Voice Over IP number
};
// Error codes for use with the voice functions