nexla_sdk.exceptions
Classes
AuthenticationError
Defined in nexla_sdk/exceptions.py:71
Raised when authentication fails.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
AuthorizationError
Defined in nexla_sdk/exceptions.py:81
Raised when user lacks permission.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
CredentialError
Defined in nexla_sdk/exceptions.py:114
Raised when credential validation fails.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
FlowError
Defined in nexla_sdk/exceptions.py:126
Raised when flow operations fail.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
NexlaError
Defined in nexla_sdk/exceptions.py:5
Base exception for all Nexla errors.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
NotFoundError
Defined in nexla_sdk/exceptions.py:86
Raised when a resource is not found.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
RateLimitError
Defined in nexla_sdk/exceptions.py:96
Raised when rate limit is exceeded.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
ResourceConflictError
Defined in nexla_sdk/exceptions.py:109
Raised when resource conflicts occur.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
ServerError
Defined in nexla_sdk/exceptions.py:104
Raised when server returns 5xx error.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
TransformError
Defined in nexla_sdk/exceptions.py:140
Raised when transform operations fail.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source:
ValidationError
Defined in nexla_sdk/exceptions.py:91
Raised when request validation fails.
Methods:
get_error_summary(self) -> Dict[str, Any]- Source:
nexla_sdk/exceptions.py:55 - Get structured error information.
- Source: