exception documentation

class NotAcceptable(APIException): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Class Variable default_code Undocumented
Class Variable default_detail Undocumented
Instance Variable available_renderers Undocumented

Inherited from APIException:

Method __str__ Undocumented
Method get_codes Return only the code part of the error details.
Method get_full_details Return both the message & code parts of the error details.
Instance Variable detail Undocumented
def __init__(self, detail=None, code=None, available_renderers=None): (source)
available_renderers = (source)

Undocumented