Expand description
Unified error type exposed by artificial-core
.
Provider crates should convert their internal errors into one of these
variants before bubbling them up to the [ArtificialClient
]. This keeps
the public API small while still conveying rich diagnostic information.
Enums§
Type Aliases§
- Result
- Convenient alias used throughout the workspace.