Durable Workflow PHP SDK

ServerException extends DurableWorkflowException
in package

Table of Contents

Properties

$details  : array<string|int, mixed>|null
$reason  : string|null
$status  : int

Methods

__construct()  : mixed

Properties

$details read-only

public array<string|int, mixed>|null $details = null

Methods

__construct()

public __construct(string $message, int $status[, string|null $reason = null ][, array<string, mixed>|array<int, mixed>|null $details = null ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string
$status : int
$reason : string|null = null
$details : array<string, mixed>|array<int, mixed>|null = null
$previous : Throwable|null = null
On this page

Search results