@salesforce/soql-model
Version:
27 lines (26 loc) • 1.7 kB
TypeScript
export interface UnmodeledSyntaxReason {
reasonCode: string;
message: string;
}
export declare const REASON_UNMODELED_AS: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_USING: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_ALIAS: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_SEMIJOIN: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_TYPEOF: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_DISTANCE: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_SELECT: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_COMPLEXGROUP: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_COUNT: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_WITH: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_GROUPBY: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_OFFSET: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_BIND: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_RECORDTRACKING: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_UPDATE: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_FUNCTIONREFERENCE: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_COLONEXPRESSION: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_EMPTYCONDITION: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_CALCULATEDCONDITION: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_DISTANCECONDITION: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_INCOLONEXPRESSIONCONDITION: UnmodeledSyntaxReason;
export declare const REASON_UNMODELED_INSEMIJOINCONDITION: UnmodeledSyntaxReason;