cterasdk.exceptions.transport module#

exception cterasdk.exceptions.transport.BadGateway(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.BadRequest(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.Conflict(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.Forbidden(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.GatewayTimeout(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.HTTPError(status, error)#

Bases: CTERAException

HTTP Error

Variables:
exception cterasdk.exceptions.transport.InternalServerError(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.NotAllowed(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.NotFound(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.PreConditionFailed(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.ServiceUnavailable(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.TLSError(host, port)#

Bases: CTERAException

TLS Error

Variables:
  • host (str) – Host

  • port (int) – Port

exception cterasdk.exceptions.transport.Unauthorized(error)#

Bases: HTTPError

exception cterasdk.exceptions.transport.Unprocessable(error)#

Bases: HTTPError