Enum | Description |
---|---|
UserAuthenticationException.Code | Deprecated
use instanceof to determine the specific error.
|
VerificationSmsResponseException.Code |
The error codes that can be returned with this exception
|
Exception | Description |
---|---|
HMAuthApplicationTokenExpiredException |
Application token was expired.
|
HMAuthException |
This exception is thrown when there is an authentication error.
|
HMAuthInternalException |
Internal auth error occurred
|
HMAuthInvalidArgumentsException |
User auth info is invalid for some reason.
|
HMAuthMissingInfoException |
User auth info wasn't supplied.
|
HMAuthPhoneNotVerifiedException |
Phone number wasn't verified.
|
UserAuthenticationException |
This exception is thrown when there is an authentication error.
|
VerificationSmsResponseException |
An exception return from the SMS verification flow
|