Skip to content

Commit 605d476

Browse files
committed
expose pub ResponseContent
1 parent 8b7a077 commit 605d476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesense/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Contains the error types for the Typesense client
22
33
use thiserror::Error;
4-
pub use typesense_codegen::apis::Error as ApiError;
4+
pub use typesense_codegen::apis::{Error as ApiError, ResponseContent};
55

66
/// The primary error type for the Typesense client.
77
///

0 commit comments

Comments
 (0)