Skip to content

Commit

Permalink
Merge pull request #25 from MaterializeInc/chore/export-api-error
Browse files Browse the repository at this point in the history
Export the underlying Orb ApiError struct
  • Loading branch information
arusahni authored Jan 3, 2024
2 parents 61f9487 + d5172c4 commit b0da73d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning].

## [Unreleased] <!-- #release:date -->

* Export the Orb `ApiError` struct.

## [0.7.1] - 2023-12-19

* Fix bug preventing customer costs from being filtered by `timeframe_start`.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ pub use client::subscriptions::{
pub use client::taxes::{TaxId, TaxIdRequest, TaxIdType};
pub use client::Client;
pub use config::{ClientBuilder, ClientConfig, ListParams};
pub use error::Error;
pub use error::{ApiError, Error};

0 comments on commit b0da73d

Please sign in to comment.