Class: CombinedError
Hierarchy
↳
CombinedError
Constructors
constructor
• new CombinedError(errors
)
Parameters
Name | Type |
---|---|
errors | readonly BaseError [] |
Overrides
Defined in
projects/shapeshift/src/lib/errors/CombinedError.ts:7
Properties
cause
• Optional
cause: Error
Inherited from
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:26
errors
• Readonly
errors: readonly BaseError
[]
Defined in
projects/shapeshift/src/lib/errors/CombinedError.ts:5
message
• message: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1029
name
• name: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1028
stack
• Optional
stack: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1030
prepareStackTrace
▪ Static
Optional
prepareStackTrace: (err
: Error
, stackTraces
: CallSite
[]) => any
Type declaration
▸ (err
, stackTraces
): any
Parameters
Name | Type |
---|---|
err | Error |
stackTraces | CallSite [] |
Returns
any
Inherited from
Defined in
node_modules/@types/node/globals.d.ts:11
stackTraceLimit
▪ Static
stackTraceLimit: number
Inherited from
Defined in
node_modules/@types/node/globals.d.ts:13
Methods
[customInspectSymbolStackLess]
▸ Protected
[customInspectSymbolStackLess](depth
, options
): string
Parameters
Name | Type |
---|---|
depth | number |
options | InspectOptionsStylized |
Returns
string
Overrides
BaseError.[customInspectSymbolStackLess]
Defined in
projects/shapeshift/src/lib/errors/CombinedError.ts:13
[customInspectSymbol]
▸ Protected
[customInspectSymbol](depth
, options
): string
Parameters
Name | Type |
---|---|
depth | number |
options | InspectOptionsStylized |
Returns
string
Inherited from
BaseError.[customInspectSymbol]
Defined in
projects/shapeshift/src/lib/errors/BaseError.ts:7
captureStackTrace
▸ Static
captureStackTrace(targetObject
, constructorOpt?
): void
Parameters
Name | Type |
---|---|
targetObject | object |
constructorOpt? | Function |
Returns
void
Inherited from
Defined in
node_modules/@types/node/globals.d.ts:4