pub trait StatusCodeExt {
// Required method
fn to_replicate_error(self, body: String) -> Error;
}
Expand description
Helper trait for converting HTTP status codes to errors
pub trait StatusCodeExt {
// Required method
fn to_replicate_error(self, body: String) -> Error;
}
Helper trait for converting HTTP status codes to errors