Expand description
Error types for soar-utils.
Structs§
- IoContext
- Context for filesystem operations.
Enums§
- Bytes
Error - Error type for byte parsing operations.
- File
System Error - Error type for filesystem operations.
- Hash
Error - Error type for hash operations.
- IoOperation
- Type of filesystem operation.
- Lock
Error - Errors that can occur when working with locks.
- Path
Error - Error type for path operations.
- Utils
Error - Combined error type for all utils errors.
Traits§
- IoResult
Ext - Extension trait for adding path context to IO results.