Class FulfillRequestedUploadRequestException.UploadRequestAlreadyFulfilled

    • Constructor Detail

      • UploadRequestAlreadyFulfilled

        public UploadRequestAlreadyFulfilled​(FormRecordMessageUploadRequest uploadRequest)
        Constructs a new exception indicating that the upload request was already fulfilled (and cannot be fulfilled again).
        Parameters:
        uploadRequest - The upload request that was already fulfilled.
    • Method Detail

      • uploadRequest

        public FormRecordMessageUploadRequest uploadRequest()
        The upload request that was already fulfilled.
        Returns:
        The upload request that was already fulfilled.
      • getErrorCode

        public String getErrorCode()
        Returns:
        the related error code string (as a technical error description)
      • getHttpStatusCode

        public int getHttpStatusCode()
        Returns:
        the HTTP status code related to this error