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 fa99979 commit 9735cf5Copy full SHA for 9735cf5
lib/errors.js
@@ -191,6 +191,7 @@ adjustErrorXref.set("ORA-00600", ERR_CONNECTION_CLOSED);
191
adjustErrorXref.set("ORA-24338", ERR_INVALID_REF_CURSOR);
192
adjustErrorXref.set("ORA-25708", ERR_TOKEN_HAS_EXPIRED);
193
adjustErrorXref.set("ORA-24344", WRN_COMPILATION_CREATE);
194
+adjustErrorXref.set("ORA-24545", ERR_INVALID_POOL_BOUNDARY);
195
196
// define mapping for error messages
197
const messages = new Map();
0 commit comments