Module error

Module error 

Source
Expand description

Error types for stepper-motion library.

Provides unified error handling across configuration, motor control, and motion execution.

Enums§

ConfigError
Configuration-related errors.
Error
Unified error type for all stepper-motion operations.
MotionError
Motion profile and execution errors.
MotorError
Motor operation errors.
TrajectoryError
Trajectory-related errors.

Type Aliases§

Result
Result type alias using the library’s Error type.