pub trait ClientErrorExt {
// Required methods
fn suggestion(&self) -> &'static str;
fn recovery_steps(&self) -> Vec<&'static str>;
}Expand description
客户端错误扩展特征,提供错误恢复建议和步骤
Required Methods§
Sourcefn suggestion(&self) -> &'static str
fn suggestion(&self) -> &'static str
获取错误建议
Sourcefn recovery_steps(&self) -> Vec<&'static str>
fn recovery_steps(&self) -> Vec<&'static str>
获取错误恢复步骤