Class ValidationError.AttachmentSizeExceeded
-
- All Implemented Interfaces:
public final class ValidationError.AttachmentSizeExceeded extends ValidationError
Represents a validation error that happens when one or several attachments are too big to be handled by the server.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Attachment>attachmentsprivate final LongmaxAttachmentSize
-
Constructor Summary
Constructors Constructor Description ValidationError.AttachmentSizeExceeded(List<Attachment> attachments, Long maxAttachmentSize)
-
Method Summary
Modifier and Type Method Description final List<Attachment>getAttachments()final LonggetMaxAttachmentSize()-
-
Method Detail
-
getAttachments
final List<Attachment> getAttachments()
-
getMaxAttachmentSize
final Long getMaxAttachmentSize()
-
-
-
-