Module error

Source
Expand description

Contains the errors that can arise within Lofty

The primary error is LoftyError. The type of error is determined by ErrorKind, which can be extended at any time.

Structs§

FileDecodingError
An error that arises while decoding a file
FileEncodingError
An error that arises while encoding a file
Id3v2Error
An error that arises while interacting with an ID3v2 tag
LoftyError
Errors that could occur within Lofty

Enums§

ErrorKind
The types of errors that can occur
Id3v2ErrorKind
The types of errors that can occur while interacting with ID3v2 tags

Type Aliases§

Result
Alias for Result<T, LoftyError>