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§
- Expect
Error - The main error type for rust-expect operations.
- Spawn
Error - Errors related to process spawning.
Type Aliases§
- Result
- Result type alias for rust-expect operations.