Interface

PlatformErrorType

PlatformErrorType

Platform error types

Members

# static "APPLICATION_NOT_REGISTERED"

Current origin is not a registered application in the users identity.

# static "AUTH_FAILED"

An unknown error occured during authentication.

# static "AUTH_REQUIRED"

Action requires user authentication

# static "INVALID_CREDENTIALS"

User provided credentials were incorrect.

# static "NETWORK_ERROR"

Returned when there was a problem connecting with networked services.

# static "OTP_VERIFY_FAILED"

Emitted when an OTP code has been entered incorrectly.

# static "POPUP_READY_TIMEOUT_EXCEEDED"

Returned when there was a secure operation that required the auth popup but it failed to initialize. Developers should notify the user to try again.

# static "USERNAME_UNAVAILABLE"

Emitted when a username registration has failed because the username is already taken.