Enum librespot_protocol::keyexchange::ErrorCode [−][src]
pub enum ErrorCode {
ProtocolError,
TryAnotherAP,
BadConnectionId,
TravelRestriction,
PremiumAccountRequired,
BadCredentials,
CouldNotValidateCredentials,
AccountExists,
ExtraVerificationRequired,
InvalidAppKey,
ApplicationBanned,
}Variants
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations
Mutably borrows from an owned value. Read more