@fivetrandevelopers/zetasql-snowflake
Version:
ZetaSQL Snowflake gRPC server and client
10 lines • 366 B
JavaScript
;
// Original file: src/snowflake/protos/zetasql/public/options.proto
Object.defineProperty(exports, "__esModule", { value: true });
exports.ErrorMessageMode = void 0;
exports.ErrorMessageMode = {
ERROR_MESSAGE_WITH_PAYLOAD: 0,
ERROR_MESSAGE_ONE_LINE: 1,
ERROR_MESSAGE_MULTI_LINE_WITH_CARET: 2,
};
//# sourceMappingURL=ErrorMessageMode.js.map