class DebugInfo extends Message

Describes additional debugging info.

Generated from protobuf message google.rpc.DebugInfo

Methods

__construct()

No description

RepeatedField
getStackEntries()

The stack trace entries indicating where the error occurred.

$this
setStackEntries(string[]|RepeatedField $var)

The stack trace entries indicating where the error occurred.

string
getDetail()

Additional debugging information provided by the server.

$this
setDetail(string $var)

Additional debugging information provided by the server.

Details

at line 31
__construct()

at line 42
RepeatedField getStackEntries()

The stack trace entries indicating where the error occurred.

Generated from protobuf field repeated string stack_entries = 1;

Return Value

RepeatedField

at line 54
$this setStackEntries(string[]|RepeatedField $var)

The stack trace entries indicating where the error occurred.

Generated from protobuf field repeated string stack_entries = 1;

Parameters

string[]|RepeatedField $var

Return Value

$this

at line 68
string getDetail()

Additional debugging information provided by the server.

Generated from protobuf field string detail = 2;

Return Value

string

at line 80
$this setDetail(string $var)

Additional debugging information provided by the server.

Generated from protobuf field string detail = 2;

Parameters

string $var

Return Value

$this