class documentation

class ErrorDict(dict, RenderableErrorMixin):

View In Hierarchy

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):

Undocumented

def as_data(self):

Undocumented

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

Undocumented

template_name: str =

Undocumented

template_name_text: str =

Undocumented

template_name_ul: str =

Undocumented

renderer =

Undocumented