Trait bonsaidb::core::api::ApiError [−][src]
pub trait ApiError: Display + Clone + Serialize + for<'de> Deserialize<'de> + Send + Sync + Debug { }
Expand description
An error that can be used within a Api
definition.