pub type TwirpErrorCode = ServerErrorCode;Expand description
Deprecated alias for ServerErrorCode, kept for backwards compatibility.
Aliased Type§
pub struct TwirpErrorCode {
pub code: String,
pub msg: String,
pub meta: HashMap<String, String>,
}Fields§
§code: String§msg: String§meta: HashMap<String, String>Extra key/value context the server attached (e.g. SIP status). Absent on most errors.