Class: Google::Devtools::Clouderrorreporting::V1beta1::ErrorContext
- Inherits:
-
Object
- Object
- Google::Devtools::Clouderrorreporting::V1beta1::ErrorContext
- Defined in:
- lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb
Overview
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.
Instance Attribute Summary collapse
-
#http_request ⇒ Google::Devtools::Clouderrorreporting::V1beta1::HttpRequestContext
The HTTP request which was processed when the error was triggered.
-
#report_location ⇒ Google::Devtools::Clouderrorreporting::V1beta1::SourceLocation
The location in the source code where the decision was made to report the error, usually the place where it was logged.
-
#user ⇒ String
The user who caused or was affected by the crash.
Instance Attribute Details
#http_request ⇒ Google::Devtools::Clouderrorreporting::V1beta1::HttpRequestContext
Returns The HTTP request which was processed when the error was triggered.
108 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 108 class ErrorContext; end |
#report_location ⇒ Google::Devtools::Clouderrorreporting::V1beta1::SourceLocation
Returns 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. This value is in contrast to Exception.cause_location
,
which describes the source line where the exception was thrown.
108 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 108 class ErrorContext; end |
#user ⇒ String
Returns 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
.
108 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 108 class ErrorContext; end |