langdb_core 0.3.2

AI gateway Core for LangDB AI Gateway.
Documentation
1
2
3
4
5
6
7
8
9
/// Re-exports of HTTP status codes including custom ones
pub mod status {
    pub use crate::types::http::status::GuardValidationFailed;
}

/// Re-exports of HTTP error responses including custom ones
pub mod response {
    pub use crate::types::http::response::GuardValidationError;
}