Class ErrorDict

A collection of errors that knows how to display itself in various formats.

Declaration

@html_safe
class ErrorDict(dict)
source link

Documentation

The dictionary keys are the field names, and the values are the errors.

Methods

Reexports