Class ValidationError.AttachmentSizeExceeded

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<Attachment> getAttachments()
      final Long getMaxAttachmentSize()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidationError.AttachmentSizeExceeded

        ValidationError.AttachmentSizeExceeded(List<Attachment> attachments, Long maxAttachmentSize)
        Parameters:
        attachments - The list of attachments that are bigger than the server can handle.
        maxAttachmentSize - The maximum allowed attachment file size in bytes.