Trait scratchstack_errors::ServiceError
source · [−]pub trait ServiceError {
fn error_code(&self) -> &'static str;
fn http_status(&self) -> StatusCode;
}
pub trait ServiceError {
fn error_code(&self) -> &'static str;
fn http_status(&self) -> StatusCode;
}