Skip to content

exceptions

dev_tool.services.request.exceptions

RequestServiceError

Bases: DevToolBaseError

An exception that is raised when a request service operation fails.

HttpRequestError

Bases: RequestServiceError

An exception that is raised when an HTTP request fails.

HttpTimeoutError

Bases: RequestServiceError

An exception that is raised when an HTTP request times out.

HttpConnectionError

Bases: RequestServiceError

An exception that is raised when an HTTP connection cannot be established.