Skip to main content

ClientErrorExt

Trait ClientErrorExt 

Source
pub trait ClientErrorExt {
    // Required methods
    fn suggestion(&self) -> &'static str;
    fn recovery_steps(&self) -> Vec<&'static str>;
}
Expand description

客户端错误扩展特征,提供错误恢复建议和步骤

Required Methods§

Source

fn suggestion(&self) -> &'static str

获取错误建议

Source

fn recovery_steps(&self) -> Vec<&'static str>

获取错误恢复步骤

Implementors§