Package | Description |
---|---|
com.google.api.services.clouderrorreporting.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ErrorContext |
ErrorContext.clone() |
ErrorContext |
ErrorEvent.getContext()
Data about the context in which the error occurred.
|
ErrorContext |
ReportedErrorEvent.getContext()
Optional.
|
ErrorContext |
ErrorContext.set(java.lang.String fieldName,
java.lang.Object value) |
ErrorContext |
ErrorContext.setHttpRequest(HttpRequestContext httpRequest)
The HTTP request which was processed when the error was triggered.
|
ErrorContext |
ErrorContext.setReportLocation(SourceLocation reportLocation)
The location in the source code where the decision was made to report the error, usually the
place where it was logged.
|
ErrorContext |
ErrorContext.setSourceReferences(java.util.List<SourceReference> sourceReferences)
Source code that was used to build the executable which has caused the given error message.
|
ErrorContext |
ErrorContext.setUser(java.lang.String user)
The user who caused or was affected by the crash.
|
Modifier and Type | Method and Description |
---|---|
ErrorEvent |
ErrorEvent.setContext(ErrorContext context)
Data about the context in which the error occurred.
|
ReportedErrorEvent |
ReportedErrorEvent.setContext(ErrorContext context)
Optional.
|