Expand description
Structured error handling for VT Code.
Provides a VT Code-specific error envelope with machine-readable codes and
contextual information while reusing the shared vtcode_commons
classification system.
Structs§
- VtCode
Error - Core error type for VT Code operations.
Enums§
- Backoff
Strategy - Backoff strategy for retryable errors.
- Error
Category - Canonical error category used throughout VT Code for consistent retry decisions, user-facing messages, and error handling strategies.
- Error
Code - Machine-readable error codes for precise error identification.
- Retryability
- Describes whether and how an error can be retried.
Type Aliases§
- Result
- Result type alias for VT Code operations.