java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.amazon.identity.auth.device.AuthError.ERROR_CATEGORY |
Each AuthError has a category to help clients determine what generic action they want to take
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AuthError.ERROR_CATEGORY | ACTION | SDK has found an error that the client MUST respond to | |||||||||
AuthError.ERROR_CATEGORY | BAD_REQUEST | Currently NOT used by Authorization SDK - Possible Client caused error by the data passed in to one of the SDK API's | |||||||||
AuthError.ERROR_CATEGORY | INTERNAL | Internal SDK errors - Not meant for client to act upon. | |||||||||
AuthError.ERROR_CATEGORY | NETWORK | Network Issue - Possible network connectivity issue. | |||||||||
AuthError.ERROR_CATEGORY | UNKNOWN | Unknown error - client choice. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
SDK has found an error that the client MUST respond to
Currently NOT used by Authorization SDK - Possible Client caused error by the data passed in to one of the SDK API's
Internal SDK errors - Not meant for client to act upon. Please report these to our SDK support and include logs
Network Issue - Possible network connectivity issue. Triage and verify by looking into the cause
Unknown error - client choice. Please report these to our SDK support and include logs