| 28 | |
| 29 | #[derive(Debug, Clone)] |
| 30 | pub struct APILayerError { |
| 31 | pub status: u16, |
| 32 | pub message: String, |
| 33 | } |
| 34 | |
| 35 | impl std::fmt::Display for APILayerError { |
| 36 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected