Module lofty::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§

Enums§

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

Type Aliases§

  • Alias for Result<T, LoftyError>