Expand description
Hierarchical error types for VoltDB client.
This module provides structured error types organized by category:
ConnectionError- Network and connection-related errorsProtocolError- Wire protocol parsing and encoding errorsQueryError- Query execution and result handling errors
The main VoltError type wraps these subcategories for backward compatibility.
Structs§
- Concurrency
Error - Concurrency-related errors.
Enums§
- Connection
Error - Connection-related errors.
- Protocol
Error - Protocol-related errors (wire format, parsing).
- Query
Error - Query execution and result handling errors.
Traits§
- Into
Volt Error - Helper trait to convert subcategory errors to VoltError.