Expand description
Error types and handling for KV cache operations.
This module provides robust error handling for key-value cache operations, including validation, error recovery, and detailed error reporting for prefix caching and transformer KV cache operations.
Structs§
- KvContext
- KV cache operation context for better error reporting.
Enums§
- Cache
Validation Error - Cache validation errors for prefix cache operations.
- KvError
- KV cache operation errors.
Type Aliases§
- KvResult
- Result type for KV cache operations.
- Validation
Result - Result type for cache validation operations.