genvid.toolbox.HttpErrorBadGateway

class genvid.toolbox.HttpErrorBadGateway

Bases: HttpError

A bad gateway HTTP error.

__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.

class httpapi.HttpErrorBadGateway

Implementation of genvid.toolbox.HttpErrorBadGateway