MoveAuthError
MOVE Models
sealed class MoveAuthError {
object AuthInvalid : MoveAuthError()
object Throttle : MoveAuthError()
object ServiceUnreachable : MoveAuthError()
}enum MoveAuthError{
case authInvalid
case throttle
case serviceUnreachable
}MoveAuthError-related APIs
Last updated