class documentation

A collection of errors that knows how to display itself in various formats. The dictionary keys are the field names, and the values are the errors.

Method __init__ Undocumented
Method as_data Undocumented
Method get_context Undocumented
Method get_json_data Undocumented
Class Variable template_name Undocumented
Class Variable template_name_text Undocumented
Class Variable template_name_ul Undocumented
Instance Variable renderer Undocumented

Inherited from RenderableErrorMixin:

Method as_json Undocumented
Method as_text Undocumented
Method as_ul Undocumented

Inherited from RenderableMixin (via RenderableErrorMixin):

Method render Undocumented
def __init__(self, *args, renderer=None, **kwargs): (source)

Undocumented

def as_data(self): (source)

Undocumented

def get_context(self): (source)
def get_json_data(self, escape_html=False): (source)

Undocumented

template_name: str = (source)

Undocumented

template_name_text: str = (source)

Undocumented

template_name_ul: str = (source)

Undocumented

renderer = (source)

Undocumented