MoveConfigurationError

Represents the potential errors occurring when initializing the SDK or updating the MoveAuth.

enum MoveConfigurationError{   
    ServiceUnreachable
    AuthInvalid
    ConfigMismatch
}

MoveConfigurationError

authInvalid

Indicates that the passed auth is not valid.

configMismatch

Indicates that the passed configuration mismatches the configurations allowed for this product ID.

serviceUnreachable

Indicates that SDK server is unreachable.

MoveConfigurationError-related APIs

Initialization (Android / iOS)

For more info about initializing the SDK.

Update Auth (Android / iOS)

For more info about updating the MoveAuth.

Last updated