We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf10e commit ef88f91Copy full SHA for ef88f91
Readme.md
@@ -1159,6 +1159,8 @@ object. Additionally they typically come with two extra properties:
1159
a [MySQL server error][] (e.g. `'ER_ACCESS_DENIED_ERROR'`), a Node.js error
1160
code if it is a Node.js error (e.g. `'ECONNREFUSED'`), or an internal error
1161
code (e.g. `'PROTOCOL_CONNECTION_LOST'`).
1162
+* `err.errno`: Number, contains the MySQL server error number. Only populated
1163
+ from [MySQL server error][].
1164
* `err.fatal`: Boolean, indicating if this error is terminal to the connection
1165
object. If the error is not from a MySQL protocol operation, this property
1166
will not be defined.
0 commit comments