Expand description
Error type constants for metrics and logging.
These constants provide consistent error classification across all crates.
Constantsยง
- ERROR_
AUTH - Authentication error.
- ERROR_
CONFIG - Configuration error.
- ERROR_
IO - I/O error.
- ERROR_
PROTOCOL - Protocol parsing/validation error.
- ERROR_
RESOLVE - DNS/address resolution error.
- ERROR_
TIMEOUT - Timeout error.
- ERROR_
TLS_ HANDSHAKE - TLS handshake error.