MoveConfigurationError
Represents the potential errors occurring when initializing the SDK or updating the MoveAuth.
enum MoveConfigurationError{
ServiceUnreachable
AuthInvalid
ConfigMismatch
}enum MoveConfigurationError{
case authInvalid
case configMismatch
case serviceUnreachable
}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