Class ErrorDict
A collection of errors that knows how to display itself in various formats.
Declaration
@html_safe
class ErrorDict(dict)
source linkDocumentation
The dictionary keys are the field names, and the values are the errors.
Methods
▷ def as_json(self, escape_html=False)
Reexports