Skip to main content

Module error

Module error 

Source
Expand description

Crate-local error type for paramodel-elements.

Per SRD-0003 D3, each paramodel crate owns a single Error enum and a local Result<T> alias. paramodel-elements is now the central algebra crate (after absorbing the former paramodel-core), so everything below ships here: name validation, domain / parameter / attribute / element / trial construction, regex compilation, and derivation evaluation.

Enums§

ElementError
Errors from Element construction and validation.
Error
Errors produced by paramodel-elements.

Type Aliases§

Result
Crate-local result alias.