exception documentation

class ValidationError(APIException): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Class Variable default_code Undocumented
Class Variable default_detail Undocumented
Instance Variable 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.