4.3.10 errors : Error section.

The errors tag is used to document any errors that can occur when calling a function or procedure. it is placed in a dierent 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:

 
MyDangerousFunction is a dangerous function  
When MyDangerousFunction fails, all is lost  

See also: descr (109), short (146), element (117), seealso (144)