redis/redis-py
Documented errors, page 4 of 4. Back to redis/redis-py
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Both start and end must be specified | validation | error | bitcount, arguments, validation, dataerror |
| XCLAIM time must be an integer | validation | error | stream, xclaim, validation, type-check |
| XPENDING must be provided with min, max and count… | validation | error | stream, xpending, validation, argument-combination |
| start argument is not set, when end is specified | validation | error | bitpos, arguments, validation, dataerror |
| At least one key must be provided. | validation | error | redistimeseries, nrange, argument-validation |
| XNACK mode must be one of: SILENT, FAIL, FATAL | validation | error | stream, xnack, validation, enum |
| 'input' should be provided | validation | error | vectorset, vsim, argument-validation |
| Only one of ```maxlen``` or ```minid``` may be specified | validation | error | streams, xadd, trimming, mutual-exclusivity, validation |
| XADD fields must be a non-empty dict | validation | error | streams, xadd, required-argument, type-check, validation |
| Both vector and element must be provided | validation | error | vectorset, vadd, argument-validation |
| XDELEX requires at least one message ID | validation | error | stream, xdelex, validation, argument-shape |
| XCLAIM justid must be a boolean | validation | error | stream, xclaim, validation, boolean-coercion |
| XCLAIM retrycount must be an integer | validation | error | stream, xclaim, validation, type-check |
| XDELEX ref_policy must be one of: KEEPREF, DELREF, ACKED | validation | error | stream, xdelex, validation, enum |
| XNACK requires at least one message ID | validation | error | stream, xnack, validation, argument-shape |