XmBindIdErrorCode

XmBindIdErrorCode

XmBindIdErrorCode BindId Client SDK error codes

public enum XmBindIdErrorCode : String, CaseIterable, Equatable, Hashable, Codable

Inheritance

CaseIterable, Codable, Equatable, Hashable, String

Enumeration Cases

sdkNotInitialized

Attempt to call SDK functionality without proper SDK initialization.

case sdkNotInitialized

invalidConfig

SDK initialized with an invalid configuration.

case invalidConfig

invalidResponse

Returned when a response does not match an expected result.

case invalidResponse

accessDenied

Returned when authentication was cancelled or rejected.

case accessDenied

serverError

Returned when an internal server error occurred during the process.

case serverError

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.

case userCanceled

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.)

case platformError

internetConnection

(Mobile Only) No internet connection.

case internetConnection

unknownUser

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

case unknownUser