Module ytmapi_rs::error

source ·
Expand description

Module to contain code related to errors that could be produced by the API.

Structs§

Enums§

  • The kind of the error. This list may grow over time, and it’s not recommended to exhaustively match on it.
  • The type we were attempting to pass from the Json.

Type Aliases§

  • Alias for a Result with the error type ytmapi-rs::Error.