Module scpi::error[][src]

Expand description

This module contains standard SCPI errors in the form of the Error enum.

Each error variant has a corresponding error/event number as the enum discriminant.

Structs

ArrayErrorQueue

Default error queue based on a alloc-less arrayqueue.

Error

A SCPI error

Enums

ErrorCode

The Error type contains error definitions detected by the parser or commands

Traits

ErrorQueue

Generic error queue trait

Type Definitions

Result

Useful alias of Result for SCPI operations