Skip to main content

Module error

Module error 

Source
Expand description

Crate-wide error types.

These make the failure modes the refactor cares about explicit: range overflow during reconstruction, basis mismatches, and GPU bring-up failure.

Structs§

ChannelMismatch
Operands carried mismatched bases/channels into an operation.

Enums§

BasisError
Problems constructing or combining a crate::basis::Basis.
GpuError
GPU backend bring-up failure.
RangeError
A value could not be reconstructed within the provisioned basis range.