pub type ErrorResponse = DiagnosticResponse;Expand description
Structured backend error used by session transitions.
Aliased Type§
pub struct ErrorResponse {
pub fields: Vec<DiagnosticField>,
}Fields§
§fields: Vec<DiagnosticField>Diagnostic fields in their original wire order.