MYXReceived

The server sent back a MySQL error code and message. If the server is 4.1+, there should also be an ANSI/ODBC-standard SQLSTATE error code.

Constructors

this
this(OKErrorPacket okp, string file, size_t line)
Undocumented in source.
this
this(string msg, ushort errorCode, char[5] sqlState, string file, size_t line)
Undocumented in source.

Members

Variables

errorCode
ushort errorCode;
Undocumented in source.
sqlState
char[5] sqlState;
Undocumented in source.

See Also

Meta