@forge/sql

2.2.02.2.1-next.0
out/errorCodes.js
~out/errorCodes.jsModified
+1
Index: package/out/errorCodes.js
===================================================================
--- package/out/errorCodes.js
+++ package/out/errorCodes.js
@@ -1,8 +1,9 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
 exports.errorCodes = void 0;
 exports.errorCodes = {
+    UNKNOWN_ERROR: 'UNKNOWN_ERROR',
     SQL_EXECUTION_ERROR: 'SQL_EXECUTION_ERROR',
     INVALID_SQL_QUERY: 'INVALID_SQL_QUERY',
     QUERY_TIMED_OUT: 'QUERY_TIMED_OUT',
     APP_NOT_ENABLED: 'APP_NOT_ENABLED'