Enum ophir::ea1::Error [] [src]

pub enum Error {
    ConnectionError(Error),
    PowerModeError(PowerError),
    DeviceError(String),
    ParserError(ParseError),
    BeamTrackError(TrackError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<PowerError> for Error
[src]

Performs the conversion.

impl From<ParseError> for Error
[src]

Performs the conversion.

impl From<TrackError> for Error
[src]

Performs the conversion.