✨ feat(lib): add error module and export it
- introduce a new error module for standardized error handling - export the Error type for external use
This commit is contained in:
committed by
Jeremiah Russell
parent
cd149b0d53
commit
dc1a52e39b
@@ -6,9 +6,11 @@
|
||||
|
||||
mod client;
|
||||
mod credential;
|
||||
mod error;
|
||||
mod list;
|
||||
|
||||
pub use client::get_auth;
|
||||
pub use client::get_client;
|
||||
pub use credential::Credential;
|
||||
pub use error::Error;
|
||||
pub use list::List;
|
||||
|
||||
Reference in New Issue
Block a user