DebugInfo
class DebugInfo extends Message
Describes additional debugging info.
Protobuf type Google\Rpc\DebugInfo
Methods
No description
The stack trace entries indicating where the error occurred.
The stack trace entries indicating where the error occurred.
Additional debugging information provided by the server.
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;
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;
at line 65
string
getDetail()
Additional debugging information provided by the server.
Generated from protobuf field string detail = 2;
at line 76
setDetail(string $var)
Additional debugging information provided by the server.
Generated from protobuf field string detail = 2;