Exceptions¶ dynamox_api.exceptions ¶ DynamoxAPIException(*args, **kwargs) ¶ Bases: Exception Base class for exceptions in the Dynamox API package. ObjectNotFoundException(*args, **kwargs) ¶ Bases: DynamoxAPIException Exception raised when an object is not found in the API. SchemaValidationException(*args, **kwargs) ¶ Bases: DynamoxAPIException Exception raised when the schema validation fails. UnauthorizedException(*args, **kwargs) ¶ Bases: DynamoxAPIException Exception raised when the API token is invalid.