BaseError
Defined in: packages/core/src/errors.ts:12
Abstract Base Error to centralize stack trace and prototype logic.
Extends
Section titled “Extends”Error
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BaseError(
message,options):BaseError
Defined in: packages/core/src/errors.ts:16
Parameters
Section titled “Parameters”message
Section titled “message”string
options
Section titled “options”cause?
Section titled “cause?”unknown
Returns
Section titled “Returns”BaseError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”cause?
Section titled “cause?”
readonlyoptionalcause:unknown
Defined in: packages/core/src/errors.ts:14
Overrides
Section titled “Overrides”Error.cause
message
Section titled “message”message:
string
Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Section titled “Inherited from”Error.message
name:
string
Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Section titled “Inherited from”Error.name
stack?
Section titled “stack?”
optionalstack:string
Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Section titled “Inherited from”Error.stack