TransportException
extends DurableWorkflowException
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- fromResponse() : self
Properties
$response read-only
public
array<string|int, mixed>|null
$response
= null
$status read-only
public
int|null
$status
= null
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