Errors
provide.foundation.transport.errors
¶
TODO: Add module docstring.
Classes¶
HTTPResponseError
¶
Bases: TransportError
HTTP response error (4xx/5xx status codes).
Source code in provide/foundation/transport/errors.py
TransportCacheEvictedError
¶
TransportCacheEvictedError(
message: str,
*,
scheme: str,
consecutive_failures: int,
**kwargs: Any
)
Bases: TransportError
Transport was evicted from cache due to failures.
Source code in provide/foundation/transport/errors.py
TransportConfigurationError
¶
Bases: TransportError
Transport configuration error.
Source code in provide/foundation/transport/errors.py
TransportConnectionError
¶
Bases: TransportError
Transport connection failed.
Source code in provide/foundation/transport/errors.py
TransportError
¶
TransportNotFoundError
¶
Bases: TransportError
No transport found for the given URI scheme.
Source code in provide/foundation/transport/errors.py
TransportTimeoutError
¶
Bases: TransportError
Transport request timed out.