Class FetchErrorsResponse (1.0.0-beta02)

public sealed class FetchErrorsResponse : IMessage<FetchErrorsResponse>, IEquatable<FetchErrorsResponse>, IDeepCloneable<FetchErrorsResponse>, IBufferMessage, IMessage

Response message for a 'FetchErrors' response.

Inheritance

Object > FetchErrorsResponse

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

FetchErrorsResponse()

public FetchErrorsResponse()

FetchErrorsResponse(FetchErrorsResponse)

public FetchErrorsResponse(FetchErrorsResponse other)
Parameter
NameDescription
otherFetchErrorsResponse

Properties

Errors

public RepeatedField<Error> Errors { get; }

The list of errors on the Stream.

Property Value
TypeDescription
RepeatedField<Error>