class documentation
class ValidationError(object): (source)
Constructor: ValidationError(reason, property, path, custom)
A validation error.
Parameters | |
reason | the reason |
property | the property |
path | the path |
Method | __init__ |
Undocumented |
Method | to |
Returns a JSON dict representation of the error. |
Instance Variable | custom |
Undocumented |
Instance Variable | error |
Undocumented |
Instance Variable | path |
Undocumented |
Instance Variable | reason |
Undocumented |