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§
impl Copy for ErrorCode
impl Eq for ErrorCode
impl StructuralPartialEq for ErrorCode
Auto Trait Implementations§
impl Freeze for ErrorCode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)