nemoguardrails.http.errors
Transport-neutral exceptions raised by the outbound HTTP subsystem.
Module Contents
Classes
API
Exception
Bases: Exception
Base class for outbound HTTP failures.
retry_count records how many retries completed before the error was
returned to the caller.
retry_count
Bases: HTTPClientError
Raised when the transport cannot establish or maintain a connection.
Bases: HTTPClientError
Raised when a response body cannot be decoded as JSON.
Bases: HTTPClientError
Raised when an outbound request exceeds its total timeout.