StringLengthError

Enum describing possible string length errors.

Proto definition

Enums

EMPTY

The specified field should have a least one non-whitespace character in it.

TOO_LONG

Too long.

TOO_SHORT

Too short.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.