Class: PipelineValidationError
Hierarchy
โณ
PipelineValidationError
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
ValidationError.captureStackTrace
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
ValidationError.prepareStackTrace
stackTraceLimit
โช Static
stackTraceLimit: number
Inherited from
ValidationError.stackTraceLimit
filePath
โข Readonly
filePath: string
name
โข name: string
Inherited from
message
โข message: string
Inherited from
stack
โข Optional
stack: string
Inherited from
Constructors
constructor
โข new PipelineValidationError(message
, filePath
)
Parameters
Name | Type |
---|---|
message | string |
filePath | string |