The errors tag is used to document any errors that can occur when calling
a function or procedure. it is placed in a different section in the generated documentation. It occurs
inside a element tag, at the same level as a descr or short tag. It’s contents can be any text or
formatting tag.
Example:
<element name="MyDangerousFunction">
<descr>MyDangerousFunction is a dangerous function</descr>
<errors>When MyDangerousFunction fails, all is lost</errors>
</element>
See also: descr (104), short (141), element (112), seealso (139)