MessageLengthExceeded
data class MessageLengthExceeded(val messageLength: Int, val maxMessageLength: Int) : ValidationError
Represents a validation error that happens when the message length in the message input exceed the maximum allowed message length.
Parameters
messageLength
The current message length in the message input.
maxMessageLength
The maximum allowed message length that we exceeded.