Enumeration: XmBindIdErrorCode

BindId Client SDK error codes

Enumeration members

AccessDenied

AccessDenied:

Returned when authentication was cancelled or rejected.


InternetConnection

InternetConnection:

(Mobile Only) No internet connection.


InvalidConfig

InvalidConfig:

SDK initialized with an invalid configuration.


InvalidResponse

InvalidResponse:

Returned when a response does not match an expected result.


PlatformError

PlatformError:

(Mobile Only) Platform-specific errors (like a valid presentationContextProvider was not found when -start was called. Ensure this property was not nil when -start was called.)


SdkNotInitialized

SdkNotInitialized:

Attempt to call SDK functionality without proper SDK initialization.


ServerError

ServerError:

Returned when an internal server error occurred during the process.


UnknownUser

UnknownUser:

(Mobile Only) User isn't registered. Can only happen after calling authenticateBoundUser


UserCanceled

UserCanceled:

(Mobile Only) Returned when the user cancels the alert asking for permission to login to this app, or dismisses the view controller for loading the authentication webpage.