exception documentation

class UnsupportedMediaType(APIException): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Class Variable default_code Undocumented
Class Variable default_detail 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, media_type, detail=None, code=None): (source)