| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
ApiError --+
|
BadRequestError
Error raised when the request contains errors.
|
|||
|
FieldError Represents a single error in a field of data sent in a request to the API. |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
field_errors a list containing all field errors. |
|||
|
has_field_errors boolean indicating whether there are field errors. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns a string describing the error.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jan 28 14:42:36 2014 | http://epydoc.sourceforge.net |