Variant
error
No description available.
variant error {
client(string),
resp(resp-error),
valkey(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| client | string | Client errors can represent semantic issues with input/output values, or connection errors communicating with the server |
| resp | resp-error | RESP errors are encoding issues converting values to/from bytes |
| valkey | string | Valkey errors are Error or BulkError values returned directly from the server |