class documentation

class BadRequestKeyError(BadRequest, KeyError):

View In Hierarchy

An exception that is used to signal both a KeyError and a BadRequest. Used by many of the datastructures.
Method __init__ Undocumented
Method description.setter Undocumented
Class Variable show​_exception Undocumented
Property description Undocumented
Instance Variable ​_description Undocumented

Inherited from BadRequest:

Class Variable code Undocumented

Inherited from HTTPException (via BadRequest):

Class Method wrap Create an exception that is a subclass of the calling HTTP exception and the exception argument.
Method __call__ Call the exception as WSGI application.
Method __repr__ Undocumented
Method __str__ Undocumented
Method get​_body Get the HTML body.
Method get​_description Get the description.
Method get​_headers Get a list of headers.
Method get​_response Get a response object. If one was passed to the exception it's returned directly.
Instance Variable response Undocumented
Property name The status name.
def __init__(self, arg=None, *args, **kwargs):

Undocumented

Parameters
arg:t.Optional[str]Undocumented
*args:t.AnyUndocumented
**kwargs:t.AnyUndocumented
@description.setter
def description(self, value):

Undocumented

Parameters
value:strUndocumented
show_exception: bool =

Undocumented

@property
description: str =
_description =

Undocumented