ActivityFailed
extends DurableWorkflowException
in package
FinalYes
Table of Contents
Properties
- $activityType : string|null
- $failure : array<string|int, mixed>|null
- $failureType : string|null
- $nonRetryable : bool
Methods
- __construct() : mixed
Properties
$activityType read-only
public
string|null
$activityType
= null
$failure read-only
public
array<string|int, mixed>|null
$failure
= null
$failureType read-only
public
string|null
$failureType
= null
$nonRetryable read-only
public
bool
$nonRetryable
= false
Methods
__construct()
public
__construct(string $message[, string|null $activityType = null ][, string|null $failureType = null ][, bool $nonRetryable = false ][, array<string, mixed>|null $failure = null ]) : mixed
Parameters
- $message : string
- $activityType : string|null = null
- $failureType : string|null = null
- $nonRetryable : bool = false
- $failure : array<string, mixed>|null = null