Expand description
Error types for the HwpForge Foundation crate.
All Foundation types return FoundationError on validation failure.
Each error variant carries enough context for debugging.
§Error Code Ranges
| Range | Crate |
|---|---|
| 1000-1999 | Foundation |
| 2000-2999 | Core |
| 3000-3999 | Blueprint |
| 4000-4999 | Smithy-HWPX |
| 5000-5999 | Smithy-HWP5 |
| 6000-6999 | Smithy-MD |
Enums§
- Error
Code - Numeric error codes for programmatic handling and FFI.
- Foundation
Error - The primary error type for the Foundation crate.
Traits§
- Error
Code Ext - Trait for mapping domain errors to numeric
ErrorCodevalues.
Type Aliases§
- Foundation
Result - Convenience type alias for Foundation operations.