exception documentation

class AuthenticationFailed(APIException): (source)

View In Hierarchy

Undocumented

Class Variable default_code Undocumented
Class Variable default_detail Undocumented

Inherited from APIException:

Method __init__ Undocumented
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