public sealed class FetchErrorsResponse : IMessage<FetchErrorsResponse>, IEquatable<FetchErrorsResponse>, IDeepCloneable<FetchErrorsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class FetchErrorsResponse.
[[["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 `FetchErrorsResponse` class is part of the Google Cloud Datastream v1alpha1 API and is used to represent the response message for a 'FetchErrors' request."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `object` class."],["The `FetchErrorsResponse` class has a `RepeatedField\u003cError\u003e` property named `Errors`, which provides a list of errors associated with a particular Stream."],["There are two constructors available for `FetchErrorsResponse`: one default and one that copies from another `FetchErrorsResponse` instance."],["The most recent version available is `2.0.0-alpha05`, and prior versions include `2.0.0-alpha04` and `1.0.0-beta02`."]]],[]]