Documentation

DebugInfo extends Message
in package

Describes additional debugging info.

Generated from protobuf message google.rpc.DebugInfo

Table of Contents

Properties

$detail  : mixed
Additional debugging information provided by the server.
$stack_entries  : mixed
The stack trace entries indicating where the error occurred.

Methods

__construct()  : mixed
Constructor.
getDetail()  : string
Additional debugging information provided by the server.
getStackEntries()  : RepeatedField
The stack trace entries indicating where the error occurred.
setDetail()  : $this
Additional debugging information provided by the server.
setStackEntries()  : $this
The stack trace entries indicating where the error occurred.

Properties

$detail

Additional debugging information provided by the server.

protected mixed $detail = ''

Generated from protobuf field string detail = 2 [json_name = "detail"];

$stack_entries

The stack trace entries indicating where the error occurred.

private mixed $stack_entries

Generated from protobuf field repeated string stack_entries = 1 [json_name = "stackEntries"];

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
$data : array<string|int, mixed> = NULL

{ Optional. Data for populating the Message object.

@type array<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.

}

getDetail()

Additional debugging information provided by the server.

public getDetail() : string

Generated from protobuf field string detail = 2 [json_name = "detail"];

Return values
string

getStackEntries()

The stack trace entries indicating where the error occurred.

public getStackEntries() : RepeatedField

Generated from protobuf field repeated string stack_entries = 1 [json_name = "stackEntries"];

Return values
RepeatedField

setDetail()

Additional debugging information provided by the server.

public setDetail(string $var) : $this

Generated from protobuf field string detail = 2 [json_name = "detail"];

Parameters
$var : string
Return values
$this

setStackEntries()

The stack trace entries indicating where the error occurred.

public setStackEntries(array<string|int, string>|RepeatedField $var) : $this

Generated from protobuf field repeated string stack_entries = 1 [json_name = "stackEntries"];

Parameters
$var : array<string|int, string>|RepeatedField
Return values
$this

        
On this page

Search results