Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ReportedErrorEvent.
An error event which is reported to the Error Reporting system.
Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent
Namespace
Google \ Cloud \ ErrorReporting \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ event_time |
Google\Protobuf\Timestamp
Optional. Time when the event occurred. If not provided, the time when the event was received by the Error Reporting system is used. If provided, the time must not exceed the logs retention period in the past, or be more than 24 hours in the future. If an invalid time is provided, then an error is returned. |
↳ service_context |
Google\Cloud\ErrorReporting\V1beta1\ServiceContext
Required. The service context in which this error has occurred. |
↳ message |
string
Required. The error message. If no |
↳ context |
Google\Cloud\ErrorReporting\V1beta1\ErrorContext
Optional. A description of the context in which the error occurred. |
getEventTime
Optional. Time when the event occurred.
If not provided, the time when the event was received by the Error Reporting system is used. If provided, the time must not exceed the logs retention period in the past, or be more than 24 hours in the future. If an invalid time is provided, then an error is returned.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEventTime
clearEventTime
setEventTime
Optional. Time when the event occurred.
If not provided, the time when the event was received by the Error Reporting system is used. If provided, the time must not exceed the logs retention period in the past, or be more than 24 hours in the future. If an invalid time is provided, then an error is returned.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getServiceContext
Required. The service context in which this error has occurred.
Returns | |
---|---|
Type | Description |
Google\Cloud\ErrorReporting\V1beta1\ServiceContext|null |
hasServiceContext
clearServiceContext
setServiceContext
Required. The service context in which this error has occurred.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ErrorReporting\V1beta1\ServiceContext
|
Returns | |
---|---|
Type | Description |
$this |
getMessage
Required. The error message.
If no context.reportLocation
is provided, the message must contain a
header (typically consisting of the exception type name and an error
message) and an exception stack trace in one of the supported programming
languages and formats.
Supported languages are Java, Python, JavaScript, Ruby, C#, PHP, and Go.
Supported stack trace formats are:
- Java: Must be the return value of
Throwable.printStackTrace()
. - Python: Must be the return value of
traceback.format_exc()
. - JavaScript: Must be the value of
error.stack
as returned by V8. - Ruby: Must contain frames returned by
Exception.backtrace
. - C#: Must be the return value of
Exception.ToString()
. - PHP: Must be prefixed with
"PHP (Notice|Parse error|Fatal error|Warning): "
and contain the result of(string)$exception
. - Go: Must be the return value of
runtime.Stack()
.
Returns | |
---|---|
Type | Description |
string |
setMessage
Required. The error message.
If no context.reportLocation
is provided, the message must contain a
header (typically consisting of the exception type name and an error
message) and an exception stack trace in one of the supported programming
languages and formats.
Supported languages are Java, Python, JavaScript, Ruby, C#, PHP, and Go.
Supported stack trace formats are:
- Java: Must be the return value of
Throwable.printStackTrace()
. - Python: Must be the return value of
traceback.format_exc()
. - JavaScript: Must be the value of
error.stack
as returned by V8. - Ruby: Must contain frames returned by
Exception.backtrace
. - C#: Must be the return value of
Exception.ToString()
. - PHP: Must be prefixed with
"PHP (Notice|Parse error|Fatal error|Warning): "
and contain the result of(string)$exception
. - Go: Must be the return value of
runtime.Stack()
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContext
Optional. A description of the context in which the error occurred.
Returns | |
---|---|
Type | Description |
Google\Cloud\ErrorReporting\V1beta1\ErrorContext|null |
hasContext
clearContext
setContext
Optional. A description of the context in which the error occurred.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ErrorReporting\V1beta1\ErrorContext
|
Returns | |
---|---|
Type | Description |
$this |