NoKeysPassedToUpdateError

Class: NoKeysPassedToUpdateError

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

Extends

Constructors

Constructor

ts
new NoKeysPassedToUpdateError(): NoKeysPassedToUpdateError;

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

Returns

NoKeysPassedToUpdateError

Overrides

CollectionOperationError.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

CollectionOperationError.cause


message

ts
message: string;

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

Inherited from

CollectionOperationError.message


name

ts
name: string;

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

Inherited from

CollectionOperationError.name


stack?

ts
optional stack: string;

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

Inherited from

CollectionOperationError.stack


stackTraceLimit

ts
static stackTraceLimit: number;

Defined in: node_modules/.pnpm/@