genvid.toolbox.HttpError

class genvid.toolbox.HttpError

Bases: Exception

An error from the Cluster API.

__init__(errortype, error, httperror, response)
Parameters:
  • errortype – The type of error.

  • error – The error message.

  • httperror – The original HTTP error.

  • response – The original HTTP response.

errortype

The error type.

error

The error message.

httperror

The original HTTP error.

response

The original HTTP response.

class httpapi.HttpError

Implementation of genvid.toolbox.HttpError