Expand description
All error types that are exposed by this crate.
Structs§
- Source
Info Error - Errors that may occur when converting
SourceInfoContent
into aSourceInfoV1
. - Source
Info Errors - A helper struct to provide proper line based error/linting messages.
Enums§
- Error
- The high-level error that can occur when using this crate.
- Source
Info Error Type - 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.