| 68 | } |
| 69 | |
| 70 | pub(crate) trait IntoStatusCode { |
| 71 | fn status_code(&self) -> StatusCode; |
| 72 | } |
| 73 | |
| 74 | #[derive(Debug, Serialize, Deserialize, utoipa::ToSchema)] |
| 75 | pub struct ErrorResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected