| FormDataUpdateUploadException | 
 Base class for all exceptions that can be thrown when updating the values of an upload element in a form record. 
 | 
| FormDataUpdateUploadException.CannotReadFileContent | 
 Exception that is thrown when the content of a new file cannot be read. 
 | 
| FormDataUpdateUploadException.CannotTransformContent | 
 Exception that is thrown when upload postprocessing has failed. 
 | 
| FormDataUpdateUploadException.CannotUpdateUploadElement | 
 Exception that is thrown when the upload element cannot be updated due to some unknown error. 
 | 
| FormDataUpdateUploadException.ElementInsideRepeatedContainer | 
 Exception that is thrown when a non-repeated element was requested, but the requested element is inside a
 repeated container. 
 | 
| FormDataUpdateUploadException.FileExtensionNotAllowed | 
 Exception that is thrown when the file extension is not allowed for the element. 
 | 
| FormDataUpdateUploadException.MaxFileCountLimitExceeded | 
 Exception that is thrown when the number of uploads exceeds the maximum allowed number of uploads for the
 element. 
 | 
| FormDataUpdateUploadException.MaxFilenameLengthLimitExceeded | 
 Exception indicating that the filename length limit was exceeded for an upload. 
 | 
| FormDataUpdateUploadException.MaxFileSizeLimitExceeded | 
 Exception that is thrown when the file size exceeds the maximum allowed size for the element. 
 | 
| FormDataUpdateUploadException.MinFileCountLimitNotReached | 
 Exception that is thrown when the number of uploads is below the minimum allowed size for the element. 
 | 
| FormDataUpdateUploadException.NoFilesToUpload | 
 Exception that is thrown when no files to upload were provided. 
 | 
| FormDataUpdateUploadException.NotAnUploadElement | 
 Exception that is thrown when the requested element is not an upload element. 
 | 
| FormDataUpdateUploadException.RequestedElementNotRepeated | 
 Exception that is thrown when a request for specific repetition ID was made, but the requested element is not
 repeated. 
 | 
| FormDataUpdateUploadException.RequestedRepetitionNotPresent | 
 Exception that is thrown when a specific repetition ID was requested for the element, but no such repetition
 exists. 
 | 
| FormDataUpdateUploadException.UploadElementDoesNotExist | 
 Exception that is thrown when the requested upload element does not exist in the form. 
 | 
| FormDataUpdateUploadException.UploadElementNotAvailable | 
 Exception that is thrown when the requested upload element exists in the form, but is not available due to
 restrictions such as state or user group dependent availability. 
 |