class documentation

class FailureReason(str, Enum):

View In Hierarchy

Undocumented

Constant API_ERROR Undocumented
Constant AUTH_ERROR Undocumented
Constant CONFIG_ERROR Undocumented
Constant CONFLICT Undocumented
Constant DOWNLOAD_ERROR Undocumented
Constant EXPORT_ERROR Undocumented
Constant NETWORK_ERROR Undocumented
Constant NOT_FOUND Undocumented
Constant SERVER_ERROR Undocumented
Constant TIMEOUT Undocumented
Constant UNKNOWN Undocumented
Constant UPLOAD_ERROR Undocumented
Constant USER_INTERRUPT Undocumented
Constant VALIDATION_ERROR Undocumented
API_ERROR: str =

Undocumented

Value
'api_error'
AUTH_ERROR: str =

Undocumented

Value
'auth_error'
CONFIG_ERROR: str =

Undocumented

Value
'config_error'
CONFLICT: str =

Undocumented

Value
'conflict'
DOWNLOAD_ERROR: str =

Undocumented

Value
'download_error'
EXPORT_ERROR: str =

Undocumented

Value
'export_error'
NETWORK_ERROR: str =

Undocumented

Value
'network_error'
NOT_FOUND: str =

Undocumented

Value
'not_found'
SERVER_ERROR: str =

Undocumented

Value
'server_error'
TIMEOUT: str =

Undocumented

Value
'timeout'
UNKNOWN: str =

Undocumented

Value
'unknown'
UPLOAD_ERROR: str =

Undocumented

Value
'upload_error'
USER_INTERRUPT: str =

Undocumented

Value
'user_interrupt'
VALIDATION_ERROR: str =

Undocumented

Value
'validation_error'