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-03-21 UTC."],[[["This webpage provides documentation for the `UploadValidationException` class within the `Google.Cloud.Storage.V1` namespace, specifically detailing its use in handling upload validation failures."],["The `UploadValidationException` class inherits from `IOException` and implements `ISerializable`, signifying its role in managing exceptions related to input/output operations during data uploads."],["The documentation includes details for version 3.6.0 and covers other versions of the library ranging from 3.4.0 to 4.11.0 (latest) indicating the history and stability of the class."],["The `UploadValidationException` constructor takes parameters such as `clientSideHash`, `uploadedObject`, and `additionalFailures` to provide comprehensive information about the validation failure and any subsequent errors."],["Key properties of the `UploadValidationException` class include `AdditionalFailures`, `ClientSideHash`, and `UploadedObject`, which offer detailed insights into the validation process, the computed hash, and the state of the uploaded object upon failure."]]],[]]