Any additional failures encountered while handling the error. May be null; if non-null,
must contain at least one exception.
Properties
AdditionalFailures
publicAggregateExceptionAdditionalFailures{get;}
A collection of additional failures following on from this one, if any. For
example, if the validation mode indicates that on failure the file should be deleted,
but the deletion fails, that exception would be present here. This property
is either null, or returns an AggregateException containing one or more
exceptions; it will never return an empty AggregateException.
[[["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-04-17 UTC."],[[["The page provides documentation for the `UploadValidationException` class within the `Google.Cloud.Storage.V1` namespace, offering version-specific details."],["`UploadValidationException` is thrown when a data upload fails validation, inheriting from `IOException` and implementing `ISerializable`."],["The class offers properties such as `AdditionalFailures`, `ClientSideHash`, and `UploadedObject` to provide details about the upload failure."],["The class has a constructor, `UploadValidationException(string clientSideHash, Object uploadedObject, AggregateException additionalFailures)`, used to create an instance of the class, taking in the client side hash, uploaded object and any additional failures."],["Multiple versions of this document are available, with version 4.11.0 being the most recent and versions going as far back as 3.4.0."]]],[]]