Enum messagebird_async::errors::MessageBirdError [−][src]
pub enum MessageBirdError {
FormatError {
chunk: String,
},
TypeError {
msg: String,
},
ServiceError {
code: u32,
},
ParseError,
}Variants
FormatErrorFields of FormatError
chunk: String |
TypeErrorFields of TypeError
msg: String |
ServiceErrorFields of ServiceError
code: u32 |
ParseError
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