Trait ErrorResponse

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

Required Methods§

Source

fn error(&self) -> Cow<'_, str>

Source

fn error_description(&self) -> Cow<'_, str>

Implementors§