@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
8 lines (7 loc) • 416 B
TypeScript
export declare const ErrorMessageMode: {
readonly ERROR_MESSAGE_WITH_PAYLOAD: 0;
readonly ERROR_MESSAGE_ONE_LINE: 1;
readonly ERROR_MESSAGE_MULTI_LINE_WITH_CARET: 2;
};
export type ErrorMessageMode = 'ERROR_MESSAGE_WITH_PAYLOAD' | 0 | 'ERROR_MESSAGE_ONE_LINE' | 1 | 'ERROR_MESSAGE_MULTI_LINE_WITH_CARET' | 2;
export type ErrorMessageMode__Output = typeof ErrorMessageMode[keyof typeof ErrorMessageMode];