Enum messagebird_async::errors::MessageBirdError [−][src]
pub enum MessageBirdError {
FormatError {
chunk: String,
},
TypeError {
msg: String,
},
ServiceError {
code: u16,
description: String,
parameter: Option<String>,
},
ParseError,
RequestError,
AccessKeyError {
msg: String,
},
}Variants
FormatErrorFields of FormatError
chunk: String |
TypeErrorFields of TypeError
msg: String |
ServiceErrorFields of ServiceError
code: u16 | |
description: String | |
parameter: Option<String> |
ParseErrorRequestErrorAccessKeyErrorFields of AccessKeyError
msg: String |
Trait Implementations
impl Debug for MessageBirdError[src]
impl Debug for MessageBirdErrorAuto Trait Implementations
impl Send for MessageBirdError
impl Send for MessageBirdErrorimpl Sync for MessageBirdError
impl Sync for MessageBirdError