Documentation

WorkflowUpdateRPCTimeoutOrCanceledException extends TimeoutException
in package

Occurs when an update call times out or is cancelled.

Tags
note

this is not related to any general concept of timing out or cancelling a running update, this is only related to the client call itself.

Table of Contents

Methods

fromTimeoutOrCanceledException()  : self
buildMessage()  : string
Build key-value list to explain exception. Skips empty values.
__construct()  : mixed

Methods

buildMessage()

Build key-value list to explain exception. Skips empty values.

protected static buildMessage(array<non-empty-string, mixed> $values) : string
Parameters
$values : array<non-empty-string, mixed>
Return values
string

__construct()

private __construct([string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string = ''
$code : int = 0
$previous : Throwable|null = null

        
On this page

Search results