public RepeatedField<ReportResponse.Types.ReportError> ReportErrors { get; }
Partial failures, one for each Operation in the request that failed
processing. There are three possible combinations of the RPC status:
The combination of a successful RPC status and an empty report_errors
list indicates a complete success where all Operations in the
request are processed successfully.
The combination of a successful RPC status and a non-empty
report_errors list indicates a partial success where some
Operations in the request succeeded. Each
Operation that failed processing has a corresponding item
in this list.
A failed RPC status indicates a general non-deterministic failure.
When this happens, it's impossible to know which of the
'Operations' in the request succeeded or failed.
[[["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 provides documentation for the \u003ccode\u003eReportResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace, specifically for version 1.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReportResponse\u003c/code\u003e is a class that serves as the response message for the Report method, and it inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReportResponse\u003c/code\u003e class includes properties like \u003ccode\u003eReportErrors\u003c/code\u003e, which contains a list of partial failures, \u003ccode\u003eServiceConfigId\u003c/code\u003e, representing the config ID used, and \u003ccode\u003eServiceRolloutId\u003c/code\u003e indicating the service rollout ID.\u003c/p\u003e\n"],["\u003cp\u003eThe document covers the constructors for \u003ccode\u003eReportResponse\u003c/code\u003e with one that accepts another \u003ccode\u003eReportResponse\u003c/code\u003e as a parameter and another with no parameters, along with a list of inherited members from the base Object class.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this documentation available ranging from 1.0.0 to 2.4.0, however, this page covers version 1.2.0, which is not the latest.\u003c/p\u003e\n"]]],[],null,[]]