MoveConfigurationError

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

enum MoveConfigurationError{   
    ServiceUnreachable
    AuthInvalid
    ConfigMismatch
}

Last updated