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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eReportErrorsService.ReportErrorsServiceBase\u003c/code\u003e class within the Google Cloud Error Reporting v1beta1 API, specifically in the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReportErrorsService.ReportErrorsServiceBase\u003c/code\u003e serves as the base class for server-side implementations of the \u003ccode\u003eReportErrorsService\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eReportErrorEvent\u003c/code\u003e method that allows for recording individual error events to a log, using either an OAuth token or an API key for authentication.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReportErrorEvent\u003c/code\u003e method accepts a \u003ccode\u003eReportErrorEventRequest\u003c/code\u003e and a \u003ccode\u003eServerCallContext\u003c/code\u003e as parameters and returns a \u003ccode\u003eTask<ReportErrorEventResponse>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe Error Reporting is a global service and does not analyze logs stored in regional log buckets or logs routed to other projects.\u003c/p\u003e\n"]]],[],null,[]]