Skip to main content

TextTooLongError

Indicates that text values in the data exceed the maximum allowed length.

typeTyperequired
Constant value: text_too_long
Default value: text_too_long
maxLengthMaxlengthrequired

The maximum text length allowed

Possible values: > 0

TextTooLongError
{
"type": "text_too_long",
"maxLength": 0
}