UNPKG

@fivetrandevelopers/zetasql

Version:
10 lines 364 B
"use strict"; // Original file: src/zetasql/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