summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/errors.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/errors.rst b/docs/errors.rst
index f168eeb..3b78b9a 100644
--- a/docs/errors.rst
+++ b/docs/errors.rst
@@ -179,6 +179,11 @@ failed when validating a given instance, you probably will want to do so using
:special-members:
:exclude-members: __dict__,__weakref__
+ .. attribute:: errors
+
+ The mapping of validator names to the error objects (usually
+ :class:`ValidationError`\s) at this level of the tree.
+
Consider the following example:
.. testcode::