public sealed class TransferErrorSummary : IMessage<TransferErrorSummary>, IEquatable<TransferErrorSummary>, IDeepCloneable<TransferErrorSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class TransferErrorSummary.
A summary of errors by error code, plus a count and sample error log
entries.
[[["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-03-21 UTC."],[[["The `TransferErrorSummary` class in the Parallelstore v1 API provides a summary of errors encountered during a transfer, including the error code, count, and sample log entries."],["This class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties like `ErrorCode` (representing the type of error), `ErrorCount` (indicating the number of occurrences), and `ErrorLogEntries` (a list containing detailed error messages)."],["`TransferErrorSummary` provides two constructors: a parameterless constructor and one that takes another `TransferErrorSummary` object for copying data."],["The `TransferErrorSummary` class is found within the `Google.Cloud.Parallelstore.V1` namespace and is contained in the `Google.Cloud.Parallelstore.V1.dll` assembly."]]],[]]