class DebugInfo extends Message

Describes additional debugging info.

Protobuf type Google\Rpc\DebugInfo

Methods

__construct()

No description

RepeatedField
getStackEntries()

The stack trace entries indicating where the error occurred.

setStackEntries(array|RepeatedField $var)

The stack trace entries indicating where the error occurred.

string
getDetail()

Additional debugging information provided by the server.

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 53
setStackEntries(array|RepeatedField $var)

The stack trace entries indicating where the error occurred.

Generated from protobuf field repeated string stack_entries = 1;

Parameters

array|RepeatedField $var

at line 65
string getDetail()

Additional debugging information provided by the server.

Generated from protobuf field string detail = 2;

Return Value

string

at line 76
setDetail(string $var)

Additional debugging information provided by the server.

Generated from protobuf field string detail = 2;

Parameters

string $var