Module error

Source
Expand description

All error types that are exposed by this crate.

Structs§

SourceInfoError
Errors that may occur when converting SourceInfoContent into a SourceInfoV1.
SourceInfoErrors
A helper struct to provide proper line based error/linting messages.

Enums§

Error
The high-level error that can occur when using this crate.
SourceInfoErrorType
A SourceInfoError type.

Functions§

deprecation
Creates a SourceInfoError for deprecation warnings.
lint
Creates a SourceInfoError for linting issues.
unrecoverable
Creates a SourceInfoError for unrecoverable issues.