public virtual Task<ReportErrorEventResponse> ReportErrorEvent(ReportErrorEventRequest request, ServerCallContext context)
Report an individual error event and record the event to a log.
This endpoint accepts either an OAuth token,
or an API key
for authentication. To use an API key, append it to the URL as the value of
a key parameter. For example:
POST
https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456
Note:Error Reporting is a global service built
on Cloud Logging and doesn't analyze logs stored
in regional log buckets or logs routed to other Google Cloud projects.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ReportErrorsService.ReportErrorsServiceBase` class is the base for server-side implementations of the ReportErrorsService within the Google Cloud Error Reporting v1beta1 API."],["This class, part of the `Google.Cloud.ErrorReporting.V1Beta1` namespace, is found in the `Google.Cloud.ErrorReporting.V1Beta1.dll` assembly and inherits from the .NET `object` class."],["It provides a `ReportErrorEvent` method, which logs individual error events, accepting a `ReportErrorEventRequest` and `ServerCallContext` as parameters."],["The `ReportErrorEvent` method supports authentication with either an OAuth token or an API key appended to the URL, and returns a `ReportErrorEventResponse` wrapped by a task."],["Error Reporting is a global service that works with Cloud Logging but doesn't analyze logs stored in regional buckets or routed to other Google Cloud projects."]]],[]]