class documentation

A validation error.

Parameters
reasonthe reason
propertythe property
paththe path
Method __init__ Undocumented
Method to_json Returns a JSON dict representation of the error.
Instance Variable custom Undocumented
Instance Variable error_message Undocumented
Instance Variable path Undocumented
Instance Variable reason Undocumented
def __init__(self, reason, property, path, custom=False): (source)

Undocumented

def to_json(self): (source)

Returns a JSON dict representation of the error.

Returns
a JSON dict

Undocumented

error_message = (source)

Undocumented

Undocumented

Undocumented