pub enum ErrorCode {
Show 17 variants
BadHeaderFormat = 1,
BadLength = 17,
BadAcpSeid = 18,
SepInUse = 19,
SepNotInUse = 20,
BadServiceCategory = 23,
BadPayloadFormat = 24,
NotSupportedCommand = 25,
InvalidCapabilities = 26,
BadRecoveryType = 34,
BadMediaTransportFormat = 35,
BadRecoveryFormat = 37,
BadRohcFormat = 38,
BadCpFormat = 39,
BadMultiplexingFormat = 40,
UnsupportedConfiguration = 41,
BadState = 49,
}
Expand description
Error Codes that can be returned as part of a reject message. See Section 8.20.6
Variants§
BadHeaderFormat = 1
BadLength = 17
BadAcpSeid = 18
SepInUse = 19
SepNotInUse = 20
BadServiceCategory = 23
BadPayloadFormat = 24
NotSupportedCommand = 25
InvalidCapabilities = 26
BadRecoveryType = 34
BadMediaTransportFormat = 35
BadRecoveryFormat = 37
BadRohcFormat = 38
BadCpFormat = 39
BadMultiplexingFormat = 40
UnsupportedConfiguration = 41
BadState = 49
Implementations§
Trait Implementations§
source§impl PartialEq for ErrorCode
impl PartialEq for ErrorCode
impl Copy for ErrorCode
impl Eq for ErrorCode
impl StructuralEq for ErrorCode
impl StructuralPartialEq for ErrorCode
Auto Trait Implementations§
impl RefUnwindSafe for ErrorCode
impl Send for ErrorCode
impl Sync for ErrorCode
impl Unpin for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more