MoveConfigurationError

MOVE Models

sealed class MoveConfigurationError {
    object ServiceUnreachable : MoveConfigurationError()
}

Last updated