class DebugInfo extends Message

Describes additional debugging info.

Generated from protobuf message google.rpc.DebugInfo

Methods

__construct(array $data = NULL)

Constructor.

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 43
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type string[]|\Google\Protobuf\Internal\RepeatedField $stack_entries
      The stack trace entries indicating where the error occurred.
@type string $detail
      Additional debugging information provided by the server.

}

at line 54
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 66
$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 80
string getDetail()

Additional debugging information provided by the server.

Generated from protobuf field string detail = 2;

Return Value

string

at line 92
$this setDetail(string $var)

Additional debugging information provided by the server.

Generated from protobuf field string detail = 2;

Parameters

string $var

Return Value

$this