Kind: Class
Source: atloria-monorepo/packages/doc-automation/src/v2/utils/errors.ts
Base class for all pipeline errors
Extends: Error
Methods
| Method | Signature | Returns |
|---|---|---|
toJSON | toJSON() | PipelineErrorInfo |
Properties
| Property | Type |
|---|---|
code | ErrorCode |
stage | JobStage |
recoverable | boolean |
details | unknown |
cause | Error |
Was this page helpful?