Class FulfillRequestedUploadRequestException.UploadRequestAlreadyFulfilled

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.common.form_record.chat.FulfillRequestedUploadRequestException
de.xima.fc.common.form_record.chat.FulfillRequestedUploadRequestException.UploadRequestAlreadyFulfilled
All Implemented Interfaces:
IErrorDetails, Serializable
Enclosing class:
FulfillRequestedUploadRequestException

public static final class FulfillRequestedUploadRequestException.UploadRequestAlreadyFulfilled extends FulfillRequestedUploadRequestException
Exception indicating that the upload request was already fulfilled (and cannot be fulfilled again).
Since:
8.2.0
See Also:
  • Constructor Details

    • 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 Details

    • 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