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 document provides reference documentation for the `ReportErrorEventResponse` class within the Google Cloud Error Reporting v1beta1 API."],["The `ReportErrorEventResponse` class is a response type used for reporting individual error events and it is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits from `object` and contains information about data that may be added to this message in future versions."],["The class provides two constructors: a default constructor and a copy constructor that takes another `ReportErrorEventResponse` instance as a parameter."],["The document also lists the namespace (`Google.Cloud.ErrorReporting.V1Beta1`) and the assembly (`Google.Cloud.ErrorReporting.V1Beta1.dll`) for this class."]]],[]]