Home
last modified time | relevance | path

Searched defs:ErrorCause (Results 1 – 1 of 1) sorted by relevance

/webrtc/sctp/src/
H A Derror_cause.rs51 pub(crate) struct ErrorCause { struct
52 pub(crate) code: ErrorCauseCode, argument
57 pub(crate) type ErrorCauseInvalidMandatoryParameter = ErrorCause; argument
83 impl fmt::Display for ErrorCause { implementation
89 impl ErrorCause { implementation