Enum radio_api::RadioError [−][src]
pub enum RadioError { ParseError { message: String, }, }
Common Error for Radio Actions
Variants
ParseError
There was a problem parsing the result data
Fields of ParseError
message: String | The message from original error |
Trait Implementations
impl Debug for RadioError
[src]
impl Debug for RadioError
Auto Trait Implementations
impl Send for RadioError
impl Send for RadioError
impl Sync for RadioError
impl Sync for RadioError