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 `UploadValidationException` class is part of the Google Cloud Storage v1 API, specifically within the `Google.Cloud.Storage.V1` namespace."],["This exception is thrown when an upload fails validation, inheriting from `IOException` and implementing `ISerializable`."],["The class provides information about the failure through properties like `ClientSideHash` (the client-side computed hash), `UploadedObject` (the object created in Google Cloud Storage), and `AdditionalFailures` (any subsequent exceptions encountered)."],["The constructor of `UploadValidationException` takes the client-side hash, the uploaded object, and any additional failures as parameters to create a new exception."],["The most current version in this content is 4.11.0, while the current page is displaying the information for version 4.8.0, and all versions between 3.4.0 to 4.11.0 are documented."]]],[]]