Enum webrtc_sctp::packet::error_cause::ErrorCause[][src]

pub enum ErrorCause {
    InvalidStreamIdentifier(u16),
    MissingMandatoryParameter(Vec<u16>),
    StaleCookie(u32),
    OutOfResource,
    UnresolvableAddress(Parameter),
    UnrecognizedChunkType(Vec<u8>),
    InvalidMandatoryParameter,
    UnrecognizedParameters(Vec<Parameter>),
    NoUserData(u32),
    CookieReceivedWhileShuttingDown,
    RestartAssociationWithNewAddresses(Vec<Parameter>),
    UserInitiatedAbort(Vec<u8>),
    ProtocolViolation(Vec<u8>),
    Unknown(u16Vec<u8>),
}

Variants

Trait Implementations

impl Clone for ErrorCause
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorCause
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ErrorCause
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for ErrorCause
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorCause

impl Sync for ErrorCause