Enum radio_api::RadioError[][src]

pub enum RadioError {
    ParseError {
        message: String,
    },
}

Common Error for Radio Actions

Variants

There was a problem parsing the result data

Fields of ParseError

The message from original error

Trait Implementations

impl Debug for RadioError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RadioError

impl Sync for RadioError