We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7a077 commit 605d476Copy full SHA for 605d476
typesense/src/error.rs
@@ -1,7 +1,7 @@
1
//! Contains the error types for the Typesense client
2
3
use thiserror::Error;
4
-pub use typesense_codegen::apis::Error as ApiError;
+pub use typesense_codegen::apis::{Error as ApiError, ResponseContent};
5
6
/// The primary error type for the Typesense client.
7
///
0 commit comments