Class FulfillRequestedUploadRequestException.NoFilesProvided

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.NoFilesProvided
All Implemented Interfaces:
IErrorDetails, Serializable
Enclosing class:
FulfillRequestedUploadRequestException

public static final class FulfillRequestedUploadRequestException.NoFilesProvided extends FulfillRequestedUploadRequestException
Exception indicating that no files were provided that could be used to fulfill the upload request.
Since:
8.2.0
See Also:
  • Constructor Details

    • NoFilesProvided

      public NoFilesProvided(FormRecordMessageUploadRequest uploadRequest)
      Constructs a new exception indicating that no files were provided that could be used to fulfill the upload request.
      Parameters:
      uploadRequest - The upload request for which no files were provided.
  • Method Details

    • uploadRequest

      public FormRecordMessageUploadRequest uploadRequest()
      The upload request for which no files were provided.
      Returns:
      The upload request for which no files were provided.
    • 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