Class FulfillRequestedUploadRequestException.MissingUser

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

public static final class FulfillRequestedUploadRequestException.MissingUser extends FulfillRequestedUploadRequestException
Exception indicating that no user was provided to fulfill the upload request (and that a user is required to fulfill the request).
Since:
8.2.0
See Also:
  • Constructor Details

    • MissingUser

      public MissingUser(FormRecordMessageUploadRequest uploadRequest)
      Constructs a new exception indicating that no user was provided to fulfill the upload request (and that a user is required to fulfill the request).
      Parameters:
      uploadRequest - The upload request requiring a user to be fulfilled.
  • Method Details

    • uploadRequest

      public FormRecordMessageUploadRequest uploadRequest()
      The upload request requiring a user to be fulfilled.
      Returns:
      The upload request requiring a user to be 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