stringLengthError property
String length error.
Output only. Possible string values are:
- "UNSPECIFIED" : Enum unspecified.
- "UNKNOWN" : The received error code is not known in this version.
- "EMPTY" : The specified field should have a least one non-whitespace character in it.
- "TOO_SHORT" : Too short.
- "TOO_LONG" : Too long.
Implementation
core.String? stringLengthError;