Searched refs:ErrorCause (Results 1 – 5 of 5) sorted by relevance
51 pub(crate) struct ErrorCause { struct57 pub(crate) type ErrorCauseInvalidMandatoryParameter = ErrorCause; argument60 pub(crate) type ErrorCauseUnrecognizedChunkType = ErrorCause;78 pub(crate) type ErrorCauseProtocolViolation = ErrorCause;83 impl fmt::Display for ErrorCause { implementation89 impl ErrorCause { impl111 Ok(ErrorCause { code, raw }) in unmarshal()
30 pub(crate) error_causes: Vec<ErrorCause>,65 let e = ErrorCause::unmarshal( in unmarshal()
28 pub(crate) error_causes: Vec<ErrorCause>,63 let e = ErrorCause::unmarshal( in unmarshal()
51 error_causes: vec![ErrorCause { in test_abort_chunk_one_error_cause()74 ErrorCause { in test_abort_chunk_many_error_causes()78 ErrorCause { in test_abort_chunk_many_error_causes()82 ErrorCause { in test_abort_chunk_many_error_causes()147 let ec_unrecognized_chunk_type = ErrorCause { in test_chunk_error_unrecognized_chunk_type_marshal()166 let ec_unrecognized_chunk_type = ErrorCause { in test_chunk_error_unrecognized_chunk_type_marshal_with_cause_value_being_nil()
2159 error_causes: vec![ErrorCause { in handle_chunk()2181 error_causes: vec![ErrorCause { in handle_chunk()