Searched defs:ErrorCause (Results 1 – 1 of 1) sorted by relevance
51 pub(crate) struct ErrorCause { struct52 pub(crate) code: ErrorCauseCode, argument57 pub(crate) type ErrorCauseInvalidMandatoryParameter = ErrorCause; argument83 impl fmt::Display for ErrorCause { implementation89 impl ErrorCause { implementation