class ConnectionException extends GrpcException

Methods

__construct(string $target, string $message, int|null $transportCode = null, Throwable|null $previous = null)

No description

string
target()

Return the connection target.

int|null
transportCode()

Return the transport error code.

Details

at line 11
__construct(string $target, string $message, int|null $transportCode = null, Throwable|null $previous = null)

No description

Parameters

string $target
string $message
int|null $transportCode
Throwable|null $previous

at line 23
string target()

Return the connection target.

Return Value

string

at line 31
int|null transportCode()

Return the transport error code.

Return Value

int|null