Variant

error

No description available.

variant error {
  client(string),
  resp(resp-error),
  valkey(string),
}

Cases

CasePayloadDescription
clientstringClient errors can represent semantic issues with input/output values, or connection errors communicating with the server
respresp-errorRESP errors are encoding issues converting values to/from bytes
valkeystringValkey errors are Error or BulkError values returned directly from the server