Reference documentation and code samples for the Google API Common Protos Client class DebugInfo.
Describes additional debugging info.
Generated from protobuf message google.rpc.DebugInfo
Namespace
Google \ RpcMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ stack_entries |
array
The stack trace entries indicating where the error occurred. |
↳ detail |
string
Additional debugging information provided by the server. |
getStackEntries
The stack trace entries indicating where the error occurred.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setStackEntries
The stack trace entries indicating where the error occurred.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getDetail
Additional debugging information provided by the server.
Returns | |
---|---|
Type | Description |
string |
setDetail
Additional debugging information provided by the server.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |