For the complete documentation index, see llms.txt. This page is also available as Markdown.

MoveConfigurationError

MOVE Models

sealed class MoveConfigurationError {
    object ServiceUnreachable : MoveConfigurationError()
}
enum MoveConfigurationError {   
    case serviceUnreachable
}

Move Configuration Error

ServiceUnreachable

Bad connection or service failure

Last updated