genvid.toolbox.HttpError

class genvid.toolbox.HttpError(errortype, error, httperror, response)

Bases: Exception

An error from the Cluster API.

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