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.

Constructors

Link copied to clipboard
constructor(messageLength: Int, maxMessageLength: Int)

Properties

Link copied to clipboard
Link copied to clipboard