Class: ReplayError
worker.ReplayError
Error thrown when using the Worker to replay Workflow(s).
Hierarchy
-
Error
↳
ReplayError
Constructors
constructor
• new ReplayError(message?
): ReplayError
Parameters
Name | Type |
---|---|
message? | string |
Returns
Inherited from
Error.constructor
• new ReplayError(message?
, options?
): ReplayError
Parameters
Name | Type |
---|---|
message? | string |
options? | ErrorOptions |
Returns
Inherited from
Error.constructor