FailureResponse
extends ServerResponse
in package
implements
FailureResponseInterface
FinalYes
Carries failure response.
Table of Contents
Interfaces
- FailureResponseInterface
- Carries requests and responses between worker and host process.
Properties
Methods
- __construct() : mixed
- getFailure() : Throwable
- getID() : string|int
- getTickInfo() : TickInfo
Properties
$failure read-only
private
Throwable
$failure
$id read-only
private
string|int
$id
$info read-only
private
TickInfo
$info
Methods
__construct()
public
__construct(Throwable $failure, string|int $id, TickInfo $info) : mixed
Parameters
- $failure : Throwable
- $id : string|int
- $info : TickInfo
getFailure()
public
getFailure() : Throwable
Return values
ThrowablegetID()
public
getID() : string|int
Return values
string|intgetTickInfo()
public
getTickInfo() : TickInfo