Struct ether_dream::dac::stream::ResponseError [] [src]

pub struct ResponseError {
    pub response: DacResponse,
    pub kind: ResponseErrorKind,
}

An error indicated by a DAC response.

Fields

The DAC response on which the NAK was received.

The kind of response error that occurred.

Trait Implementations

impl Debug for ResponseError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ResponseError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for ResponseError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<ResponseError> for CommunicationError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ResponseError

impl Sync for ResponseError