Expand description
Error types for ChronosVector.
Each subsystem defines its own error type. All convert into CvxError
via From implementations, enabling uniform error handling at the API boundary.
Enums§
- Analytics
Error - Analytics engine errors.
- CvxError
- Top-level error type wrapping all subsystem errors.
- Explain
Error - Interpretability layer errors.
- Index
Error - Index subsystem errors.
- Ingest
Error - Ingestion pipeline errors.
- Query
Error - Query engine errors.
- Storage
Error - Storage subsystem errors.
Type Aliases§
- CvxResult
- Convenience alias for
Result<T, CvxError>.