UnknownExpressionTypeError

Class: UnknownExpressionTypeError

Defined in: packages/db/src/errors.ts:476

Extends

Constructors

Constructor

ts
new UnknownExpressionTypeError(type): UnknownExpressionTypeError;

Defined in: packages/db/src/errors.ts:477

Parameters

type

string

Returns

UnknownExpressionTypeError

Overrides

QueryCompilationError.constructor

Properties

cause?

ts
optional cause: unknown;

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

QueryCompilationError.cause


message

ts
message: string;

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from