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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUploadValidationException\u003c/code\u003e class is thrown when an upload to Google Cloud Storage fails validation, deriving from \u003ccode\u003eIOException\u003c/code\u003e and implementing \u003ccode\u003eISerializable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties like \u003ccode\u003eClientSideHash\u003c/code\u003e (the locally computed hash), \u003ccode\u003eUploadedObject\u003c/code\u003e (the object created in Google Cloud Storage), and \u003ccode\u003eAdditionalFailures\u003c/code\u003e (any additional exceptions encountered).\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a constructor, \u003ccode\u003eUploadValidationException(String, Object, AggregateException)\u003c/code\u003e, to create a new exception instance, taking the client-side hash, uploaded object, and potential aggregate exceptions as arguments.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this class is \u003ccode\u003eGoogle.Cloud.Storage.V1\u003c/code\u003e, and it is found within the \u003ccode\u003eGoogle.Cloud.Storage.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation provides references for versions 3.4.0 through 4.11.0, with 4.11.0 being the latest version, to the \u003ccode\u003eUploadValidationException\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]