pub trait ProtocolErrorCode {
// Required method
fn code(&self) -> &'static str;
}Expand description
Shared error code mapping for protocol-level errors.
pub trait ProtocolErrorCode {
// Required method
fn code(&self) -> &'static str;
}Shared error code mapping for protocol-level errors.