Module scpi::error

source · []
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

Default error queue based on a alloc-less arrayqueue.

A SCPI error

Enums

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

Traits

Generic error queue trait

Type Definitions

Useful alias of Result for SCPI operations