Class: CustomError
Hierarchy​
Error
↳
CustomError
↳↳
LibraryError
Constructors​
constructor​
• new CustomError(message?
)
Parameters​
Name | Type |
---|---|
message? | string |
Overrides​
Error.constructor
Defined in​
Properties​
prepareStackTrace​
â–ª Static
Optional
prepareStackTrace: (err
: Error
, stackTraces
: CallSite
[]) => any
Type declaration​
â–¸ (err
, stackTraces
): any
Optional override for formatting stack traces
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Parameters​
Name | Type |
---|---|
err | Error |
stackTraces | CallSite [] |
Returns​
any
Inherited from​
Error.prepareStackTrace
Defined in​
node_modules/@types/node/globals.d.ts:11
stackTraceLimit​
â–ª Static
stackTraceLimit: number
Inherited from​
Error.stackTraceLimit
Defined in​
node_modules/@types/node/globals.d.ts:13
name​
• name: string
Overrides​
Error.name
Defined in​
message​
• message: string
Inherited from​
Error.message
Defined in​
www/node_modules/typescript/lib/lib.es5.d.ts:1055
stack​
• Optional
stack: string
Inherited from​
Error.stack
Defined in​
www/node_modules/typescript/lib/lib.es5.d.ts:1056
Methods​
captureStackTrace​
â–¸ Static
captureStackTrace(targetObject
, constructorOpt?
): void
Create .stack property on a target object
Parameters​
Name | Type |
---|---|
targetObject | object |
constructorOpt? | Function |
Returns​
void
Inherited from​
Error.captureStackTrace
Defined in​
node_modules/@types/node/globals.d.ts:4