10.1.3. Exceptions for HTTP Client

Exceptions and warnings for pytan3.http_client.

exception pytan3.http_client.exceptions.ModuleError[source]

Bases: pytan3.exceptions.PyTanError

Parent of all exceptions for pytan3.http_client.

Thrown by:
exception pytan3.http_client.exceptions.ModuleWarning[source]

Bases: pytan3.exceptions.PyTanWarning

Parent of all warnings for pytan3.http_client.

Thrown by:

exception pytan3.http_client.exceptions.CertificateNotFoundWarning[source]

Bases: pytan3.http_client.exceptions.ModuleWarning

Thrown when a cert can not be found.

Thrown by:
exception pytan3.http_client.exceptions.CertificateInvalidError[source]

Bases: pytan3.http_client.exceptions.ModuleError

Thrown when cert is invalid from path or from user prompt.

Thrown by: