We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f682a87 commit 6c2d471Copy full SHA for 6c2d471
packages/common/src/failure.ts
@@ -39,9 +39,9 @@ export type WorkflowExecution = temporal.api.common.v1.IWorkflowExecution;
39
/**
40
* Represents failures that can cross Workflow and Activity boundaries.
41
*
42
- * **Never extend this class or any of its children.**
43
- *
44
* The only child class you should ever throw from your code is {@link ApplicationFailure}.
+ *
+ * **Never extend this class or any of its children other than {@link ApplicationFailure}.**
45
*/
46
@SymbolBasedInstanceOfError('TemporalFailure')
47
export class TemporalFailure extends Error {
0 commit comments