hyperion.ng
|
Public Member Functions | |
def | __init__ (self, message, validator=None, path=()) |
def | __str__ (self) |
Public Attributes | |
message | |
path | |
validator | |
The instance didn't properly validate under the provided schema. Relevant attributes are: * ``message`` : a human readable message explaining the error * ``path`` : a list containing the path to the offending element (or [] if the error happened globally) in *reverse* order (i.e. deepest index first).