Durable Workflow PHP SDK

TransportException extends DurableWorkflowException
in package

Table of Contents

Properties

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

Methods

__construct()  : mixed
fromResponse()  : self

Properties

Methods

__construct()

public __construct(string $message[, int|null $status = null ][, array<string, mixed>|array<int, mixed>|null $response = null ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string
$status : int|null = null
$response : array<string, mixed>|array<int, mixed>|null = null
$previous : Throwable|null = null

fromResponse()

public static fromResponse(int $status, array<string, mixed>|array<int, mixed>|null $response, string $rawBody) : self
Parameters
$status : int
$response : array<string, mixed>|array<int, mixed>|null
$rawBody : string
Return values
self
On this page

Search results