![]() |
Home | Libraries | People | FAQ | More |
MySQL client-defined error codes.
Defined in header <boost/mysql/client_errc.hpp>
enum client_errc
Name |
Description |
---|---|
|
An incomplete message was received from the server (indicates a deserialization error or packet mismatch). |
|
An unexpected value was found in a server-received message (indicates a deserialization error or packet mismatch). |
|
The server does not support the minimum required capabilities to establish the connection. |
|
Unexpected extra bytes at the end of a message were received (indicates a deserialization error or packet mismatch). |
|
Mismatched sequence numbers (usually caused by a packet mismatch). |
|
The user employs an authentication plugin not known to this library. |
|
The authentication plugin requires the connection to use SSL. |
|
The number of parameters passed to the prepared statement does not match the number of actual parameters. |
|
The connection mandatory SSL, but the server doesn't accept SSL connections. |
|
The static interface detected a mismatch between your C++ type definitions and what the server returned in the query. |
|
The static interface detected a mismatch between the number of
row types passed to |
|
The StaticRow type passed to read_some_rows does not correspond to the resultset type being read. |
|
The static interface encountered an error when parsing a field into a C++ data structure. |
These errors are produced by the client itself, rather than the server.
Convenience header <boost/mysql.hpp>