Struct rubble::att::pdus::AttError[][src]

pub struct AttError {
    code: ErrorCode,
    handle: Handle,
}
Expand description

An error on the ATT protocol layer. Can be sent as a response.

Fields

code: ErrorCodehandle: Handle

Implementations

The error code describing this error.

These are all defined by the spec.

The handle of the attribute causing the error.

This can be the NULL handle if there’s no attribute to blame.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.