Exceptions

exception lanyard.http.httpx.exception.HTTPXError(message)[source]

A base exception for all errors related to the HTTPX library-based client.

Parameters:

message (str) – Error message.

Return type:

None

exception lanyard.http.httpx.exception.ContextRequiredError[source]

Exception when it is necessary to use context.

Return type:

None