public sealed class ReportErrorEventResponse : IMessage<ReportErrorEventResponse>, IEquatable<ReportErrorEventResponse>, IDeepCloneable<ReportErrorEventResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ReportErrorEventResponse.
Response for reporting an individual error event.
Data may be added to this message in the future.
[[["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."],[[["This documentation covers the `ReportErrorEventResponse` class within the Google Cloud Error Reporting v1beta1 API, specifically version 3.0.0-beta02."],["`ReportErrorEventResponse` is a sealed class used as a response for reporting individual error events, and it may have additional data added to it in the future."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, one default constructor and another that accepts a `ReportErrorEventResponse` parameter for creating a new instance based on an existing one."],["The namespace of the class is `Google.Cloud.ErrorReporting.V1Beta1` and it's located in the `Google.Cloud.ErrorReporting.V1Beta1.dll` assembly."]]],[]]