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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eReportResponse\u003c/code\u003e class within the Google Cloud Service Control v1 API for .NET, with the latest version being 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReportResponse\u003c/code\u003e class is a response message for the Report method, indicating the outcome of report operations, and it implements interfaces like \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 has two constructors, \u003ccode\u003eReportResponse()\u003c/code\u003e and \u003ccode\u003eReportResponse(ReportResponse other)\u003c/code\u003e, allowing for both default and copy-based instantiation.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eReportResponse\u003c/code\u003e include \u003ccode\u003eReportErrors\u003c/code\u003e, a \u003ccode\u003eRepeatedField\u003c/code\u003e indicating partial failures of report operations, and \u003ccode\u003eServiceConfigId\u003c/code\u003e and \u003ccode\u003eServiceRolloutId\u003c/code\u003e, providing the configuration details used to process the request.\u003c/p\u003e\n"],["\u003cp\u003eThis document includes reference documentation and links to previous versions of the \u003ccode\u003eReportResponse\u003c/code\u003e class, from version 1.0.0 up to the most recent 2.4.0.\u003c/p\u003e\n"]]],[],null,[]]