Describes additional debugging info.
Generated from protobuf message google.rpc.DebugInfo
Methods |
public __construct( $data = NULL) Constructor.
|
public getDetail() Additional debugging information provided by the server. Generated from protobuf field string detail = 2;
|
public getStackEntries() The stack trace entries indicating where the error occurred. Generated from protobuf field repeated string stack_entries = 1;
|
public setDetail( $var) Additional debugging information provided by the server. Generated from protobuf field string detail = 2;
|
public setStackEntries( $var) The stack trace entries indicating where the error occurred. Generated from protobuf field repeated string stack_entries = 1;
|
Properties |
protected $detail = '' Additional debugging information provided by the server. Generated from protobuf field string detail = 2; |
Methods |
Properties |
private $stack_entries = NULL The stack trace entries indicating where the error occurred. Generated from protobuf field repeated string stack_entries = 1; |