Skip to content

exceptions

dev_tool.services.api.exceptions

APIClientServiceError

Bases: DevToolBaseError

An exception that is raised when an API client service operation fails.

APIEndpointError

Bases: APIClientServiceError

An exception that is raised when an API endpoint request fails.

APIHeaderError

Bases: APIClientServiceError

An exception that is raised when API request headers cannot be built.

APIUrlError

Bases: APIClientServiceError

An exception that is raised when an API URL cannot be constructed.