genvid.toolbox.HttpError

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

Bases: Exception

An error from the Cluster API.

errortype = None

The error type.

error = None

The error message.

httperror = None

The original HTTP error.

response = None

The original HTTP response.

class httpapi.HttpError

Implementation of genvid.toolbox.HttpError