Commit 54fb24a
committed
Change UNKNOWN_CODE_PLEASE_REPORT to identify uknown code
Changes UNKNOWN_CODE_PLEASE_REPORT to include packet.errno in it.
This makes it easier to identify what the code is even if the code is not yet supported:
```
(node:1) UnhandledPromiseRejectionWarning: Error: UNKNOWN_CODE_PLEASE_REPORT: Query execution was interrupted, query_timeout exceeded
```1 parent 3430c51 commit 54fb24a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments