genvid.toolbox.HttpErrorNotFound

class genvid.toolbox.HttpErrorNotFound

Bases: HttpError

A not found 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.HttpErrorNotFound

Implementation of genvid.toolbox.HttpErrorNotFound