Module crowdin_api.exceptions
Classes
class APIException (detail=None, context=None, http_status=None, headers=None, should_retry=None)-
Common base class for all non-exit exceptions.
Ancestors
- CrowdinException
- builtins.Exception
- builtins.BaseException
Subclasses
- AuthenticationFailed
- MethodNotAllowed
- NotFound
- ParsingError
- PermissionDenied
- Throttled
- ValidationError
Class variables
var default_http_statusvar template
Instance variables
var messagevar request_id
class AuthenticationFailed (detail=None, context=None, http_status=None, headers=None, should_retry=None)-
Common base class for all non-exit exceptions.
Ancestors
- APIException
- CrowdinException
- builtins.Exception
- builtins.BaseException
Class variables
var default_http_statusvar detail
class CrowdinException (detail=None)-
Common base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
Subclasses
Instance variables
var message
class MethodNotAllowed (detail=None, context=None, http_status=None, headers=None, should_retry=None)-
Common base class for all non-exit exceptions.
Ancestors
- APIException
- CrowdinException
- builtins.Exception
- builtins.BaseException
Class variables
var default_http_statusvar detail
class NotFound (detail=None, context=None, http_status=None, headers=None, should_retry=None)-
Common base class for all non-exit exceptions.
Ancestors
- APIException
- CrowdinException
- builtins.Exception
- builtins.BaseException
Class variables
var default_http_statusvar detail
class ParsingError (detail=None, context=None, http_status=None, headers=None, should_retry=None)-
Common base class for all non-exit exceptions.
Ancestors
- APIException
- CrowdinException
- builtins.Exception
- builtins.BaseException
Class variables
var detail
class PermissionDenied (detail=None, context=None, http_status=None, headers=None, should_retry=None)-
Common base class for all non-exit exceptions.
Ancestors
- APIException
- CrowdinException
- builtins.Exception
- builtins.BaseException
Class variables
var default_http_statusvar detail
class Throttled (detail=None, context=None, http_status=None, headers=None, should_retry=None)-
Common base class for all non-exit exceptions.
Ancestors
- APIException
- CrowdinException
- builtins.Exception
- builtins.BaseException
Class variables
var default_http_statusvar detail
class ValidationError (detail=None, context=None, http_status=None, headers=None, should_retry=None)-
Common base class for all non-exit exceptions.
Ancestors
- APIException
- CrowdinException
- builtins.Exception
- builtins.BaseException
Class variables
var default_http_statusvar detail