Reference
boost::redis::error
Generic errors.
Members
Name |
Description |
|
Invalid RESP3 type. |
|
Can't parse the string as a number. |
|
The maximum depth of a nested response was exceeded. |
|
Got non boolean value. |
|
Expected field value is empty. |
|
Expects a simple RESP3 type but got an aggregate. |
|
Expects aggregate. |
|
Expects a map but got other aggregate. |
|
Expects a set aggregate but got something else. |
|
Nested response not supported. |
|
Got RESP3 simple error. |
|
Got RESP3 blob_error. |
|
Aggregate container has incompatible size. |
|
Not a double |
|
Got RESP3 null. |
|
There is no stablished connection. |
|
Resolve timeout |
|
Connect timeout |
|
Connect timeout |
|
SSL handshake timeout |
|
Can't receive push synchronously without blocking |
|
Incompatible node depth. |
|
Resp3 hello command error |
|
The configuration specified a UNIX socket address, but UNIX sockets are not supported by the system. |
|
The configuration specified UNIX sockets with SSL, which is not supported. |
Non-Member Functions
Name |
Description |
Creates a error_code object from an error. |
Created with MrDocs