Module error

Source
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§

ArtificialError

Type Aliases§

Result
Convenient alias used throughout the workspace.