Class FulfillRequestedUploadRequestException.MaxFileCountLimitExceeded

    • Constructor Detail

      • MaxFileCountLimitExceeded

        public MaxFileCountLimitExceeded​(long maxFileCount,
                                         long fileCount,
                                         FormRecordMessageUploadRequest uploadRequest)
        Constructs a new exception indicating that the maximum file count limit was exceeded for the upload request.
        Parameters:
        maxFileCount - The maximum file count limit that was exceeded by the files.
        fileCount - The actual number of files that exceeded the maximum file count limit.
        uploadRequest - The upload request for which the file size limit was exceeded.
    • Method Detail

      • fileCount

        public long fileCount()
        The actual number of files that exceeded the maximum file count limit.
        Returns:
        The actual number of files that exceeded the maximum file count limit.
      • maxFileCount

        public long maxFileCount()
        The maximum file count limit that was exceeded by the files.
        Returns:
        The maximum file count limit that was exceeded by the files.
      • uploadRequest

        public FormRecordMessageUploadRequest uploadRequest()
        The upload request for which the file size limit was exceeded.
        Returns:
        The upload request for which the file size limit was exceeded.