jdrouet / tmdb-api

Yet another TMDB api client written in rust, working with async
13 stars 8 forks source link

Implementing std::error::Error trait for error types #62

Closed HakanVardarr closed 5 months ago

HakanVardarr commented 5 months ago

61 Implementing std::error::Error trait for error types

This pull request adds implementations of the std::error::Error trait for several error types within the project. The goal of these implementations is to make the error types compatible with the standard library's error handling mechanisms, facilitating interoperability with other Rust libraries and providing a consistent error handling experience for developers using this project.

Changes:

If you don't like anything you can write me and I can work on themn.

jdrouet commented 5 months ago

Hey! Thanks for your PR! It seems like there is an issue with the features. 😉

jdrouet commented 5 months ago

Fixed in e6a925d