UNPKG

node-sagas-orchestrator

Version:

Library for handling distributed transactions using an orchestrator

5 lines (4 loc) 112 B
export declare class SagaExecutionFailed extends Error { originalError: Error; constructor(e: Error); }