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\u003eThe page 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 class \u003ccode\u003eAppendRowsResponse\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in managing and transmitting structured data.\u003c/p\u003e\n"],["\u003cp\u003eThis version of the class offers two constructors, one being a default constructor, and the other for creating a copy of another \u003ccode\u003eAppendRowsResponse\u003c/code\u003e instance.\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, providing details on the success, errors, status, and any schema updates from the \u003ccode\u003eAppendRows\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides links to all versions of the class from 2.3.0 to the latest version 3.17.0, with the namespace being \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]