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.
Last updated