Skip to content

BaseError

Defined in: packages/core/src/errors.ts:12

Abstract Base Error to centralize stack trace and prototype logic.

  • Error

new BaseError(message, options): BaseError

Defined in: packages/core/src/errors.ts:16

string

unknown

BaseError

Error.constructor

readonly optional cause: unknown

Defined in: packages/core/src/errors.ts:14

Error.cause


message: string

Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1077

Error.message


name: string

Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1076

Error.name


optional stack: string

Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1078

Error.stack