public sealed class AppendRowsResponse : IMessage<AppendRowsResponse>, IEquatable<AppendRowsResponse>, IDeepCloneable<AppendRowsResponse>, IBufferMessage, IMessage
Error returned when problems were encountered. If present,
it indicates rows were not accepted into the system.
Users can retry or continue with other append requests within the
same connection.
Additional information about error signalling:
ALREADY_EXISTS: Happens when an append specified an offset, and the
backend already has received data at this offset. Typically encountered
in retry scenarios, and can be ignored.
OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
the current end of the stream.
INVALID_ARGUMENT: Indicates a malformed request or data.
ABORTED: Request processing is aborted because of prior failures. The
request can be retried if previous failure is addressed.
INTERNAL: Indicates server side error(s) that can be retried.
If backend detects a schema update, pass it to user so that user can
use it to input new type of message. It will be empty when no schema
updates have occurred.
[[["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 webpage details the \u003ccode\u003eAppendRowsResponse\u003c/code\u003e class, which is a response message used in the \u003ccode\u003eAppendRows\u003c/code\u003e operation within the Google Cloud BigQuery Storage V1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAppendRowsResponse\u003c/code\u003e class includes properties such as \u003ccode\u003eAppendResult\u003c/code\u003e, \u003ccode\u003eError\u003c/code\u003e, \u003ccode\u003eResponseCase\u003c/code\u003e, and \u003ccode\u003eUpdatedSchema\u003c/code\u003e that provide information about the success, errors, and schema updates of an append operation.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation provided is for version 3.17.0, while the current class, \u003ccode\u003eAppendRowsResponse\u003c/code\u003e is part of version 2.9.0, and there are many other versions documented, ranging from 2.3.0 to 3.16.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAppendRowsResponse\u003c/code\u003e class implements multiple interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities within the .NET framework.\u003c/p\u003e\n"],["\u003cp\u003eThe class is found within the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e namespace and is included in the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]