Skip to main content

Module kv_error

Module kv_error 

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

CacheValidationError
Cache validation errors for prefix cache operations.
KvError
KV cache operation errors.

Type Aliases§

KvResult
Result type for KV cache operations.
ValidationResult
Result type for cache validation operations.