form.errors =========== .. py:module:: form.errors Exceptions ---------- .. autoapisummary:: form.errors.FormError form.errors.DuplicateLabelError form.errors.InvalidMimeType form.errors.UnableToComplete form.errors.InvalidFormSyntax form.errors.InvalidIndentSyntax form.errors.EmptyFieldsetError form.errors.FieldCompileError form.errors.MixedTypeError Module Contents --------------- .. py:exception:: FormError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: DuplicateLabelError(label: str) Bases: :py:obj:`FormError` Common base class for all non-exit exceptions. .. py:attribute:: label .. py:method:: __repr__() -> str Return repr(self). .. py:exception:: InvalidMimeType Bases: :py:obj:`FormError` Common base class for all non-exit exceptions. .. py:exception:: UnableToComplete Bases: :py:obj:`FormError` Common base class for all non-exit exceptions. .. py:exception:: InvalidFormSyntax(line: int) Bases: :py:obj:`FormError` Common base class for all non-exit exceptions. .. py:attribute:: line .. py:exception:: InvalidIndentSyntax(line: int) Bases: :py:obj:`FormError` Common base class for all non-exit exceptions. .. py:attribute:: line .. py:exception:: EmptyFieldsetError(field_name: str) Bases: :py:obj:`FormError` Common base class for all non-exit exceptions. .. py:attribute:: field_name .. py:exception:: FieldCompileError(field_name: str) Bases: :py:obj:`FormError` Common base class for all non-exit exceptions. .. py:attribute:: field_name .. py:exception:: MixedTypeError(field_name: str) Bases: :py:obj:`FormError` Common base class for all non-exit exceptions. .. py:attribute:: field_name