Class ValidationError
-
- All Implemented Interfaces:
public class ValidationErrorRepresents a validation error for the user input.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classValidationError.MessageLengthExceededRepresents a validation error that happens when the message length in the message input exceed the maximum allowed message length.
public final classValidationError.AttachmentSizeExceededRepresents a validation error that happens when one or several attachments are too big to be handled by the server.
public final classValidationError.AttachmentCountExceededRepresents a validation error that happens when the number of selected attachments is too big to be sent in a single message.
public classValidationError.ContainsLinksWhenNotAllowedTriggered if the input contains a link and the user is not allowed to send them.
-