AttachmentSizeExceeded
data class AttachmentSizeExceeded(val attachments: List<Attachment>, val maxAttachmentSize: Long) : ValidationError
Represents a validation error that happens when one or several attachments are too big to be handled by the server.
Parameters
attachments
The list of attachments that are bigger than the server can handle.
maxAttachmentSize
The maximum allowed attachment file size in bytes.