Module error

Module error 

Source
Expand description

Error types for rust-expect.

This module defines all error types used throughout the library. Errors are designed to be informative, providing context about what went wrong and including relevant data for debugging (e.g., buffer contents on timeout).

Enums§

ExpectError
The main error type for rust-expect operations.
SpawnError
Errors related to process spawning.

Type Aliases§

Result
Result type alias for rust-expect operations.