Stackdriver Error Reporting V1beta1 Client - Class ErrorContext (0.19.12)

Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ErrorContext.

A description of the context in which an error occurred.

This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs.

Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.ErrorContext

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ http_request Google\Cloud\ErrorReporting\V1beta1\HttpRequestContext

The HTTP request which was processed when the error was triggered.

↳ user string

The user who caused or was affected by the crash. This can be a user ID, an email address, or an arbitrary token that uniquely identifies the user. When sending an error report, leave this field empty if the user was not logged in. In this case the Error Reporting system will use other data, such as remote IP address, to distinguish affected users. See affected_users_count in ErrorGroupStats.

↳ report_location Google\Cloud\ErrorReporting\V1beta1\SourceLocation

The location in the source code where the decision was made to report the error, usually the place where it was logged. For a logged exception this would be the source line where the exception is logged, usually close to the place where it was caught.

getHttpRequest

The HTTP request which was processed when the error was triggered.

Returns
TypeDescription
Google\Cloud\ErrorReporting\V1beta1\HttpRequestContext|null

hasHttpRequest

clearHttpRequest

setHttpRequest

The HTTP request which was processed when the error was triggered.

Parameter
NameDescription
var Google\Cloud\ErrorReporting\V1beta1\HttpRequestContext
Returns
TypeDescription
$this

getUser

The user who caused or was affected by the crash.

This can be a user ID, an email address, or an arbitrary token that uniquely identifies the user. When sending an error report, leave this field empty if the user was not logged in. In this case the Error Reporting system will use other data, such as remote IP address, to distinguish affected users. See affected_users_count in ErrorGroupStats.

Returns
TypeDescription
string

setUser

The user who caused or was affected by the crash.

This can be a user ID, an email address, or an arbitrary token that uniquely identifies the user. When sending an error report, leave this field empty if the user was not logged in. In this case the Error Reporting system will use other data, such as remote IP address, to distinguish affected users. See affected_users_count in ErrorGroupStats.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReportLocation

The location in the source code where the decision was made to report the error, usually the place where it was logged.

For a logged exception this would be the source line where the exception is logged, usually close to the place where it was caught.

Returns
TypeDescription
Google\Cloud\ErrorReporting\V1beta1\SourceLocation|null

hasReportLocation

clearReportLocation

setReportLocation

The location in the source code where the decision was made to report the error, usually the place where it was logged.

For a logged exception this would be the source line where the exception is logged, usually close to the place where it was caught.

Parameter
NameDescription
var Google\Cloud\ErrorReporting\V1beta1\SourceLocation
Returns
TypeDescription
$this