pub trait ErrorResponse { // Required methods fn error(&self) -> Cow<'_, str>; fn error_description(&self) -> Cow<'_, str>; }