@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
12 lines (11 loc) • 481 B
TypeScript
import type { ErrorLocation as _zetasql_ErrorLocation, ErrorLocation__Output as _zetasql_ErrorLocation__Output } from '../zetasql/ErrorLocation';
export interface ErrorSource {
'errorMessage'?: (string);
'errorMessageCaretString'?: (string);
'errorLocation'?: (_zetasql_ErrorLocation | null);
}
export interface ErrorSource__Output {
'errorMessage': (string);
'errorMessageCaretString': (string);
'errorLocation': (_zetasql_ErrorLocation__Output | null);
}