Module convo::error[][src]

Expand description

A family of related errors when working with convo.

Enums

An ExportError is a category of errors returned by exporter functions that returns Results.

A ImportError is a category of errors returned by parser functions that returns Results.

A TreeError is a category of validation errors returned when a tree is not considered legal. See also: validation rules.