Expand description
Re-exports the unified vyre error type from vyre-foundation.
Unified error type for validation, wire format, lowering, and execution.
Error types for IR validation, wire-format decoding, and GPU operations.
Vyre unifies all failure modes under a single Error enum so that
frontends, backends, and the conform gate speak the same language.
Every variant carries an actionable Fix: message that tells the caller
exactly what invariant was violated and how to recover.
Enums§
- Error
- The unified failure enum for every vyre operation.
Type Aliases§
- Result
- Shorthand result type used throughout the vyre public API.