StringLengthError

  • This document describes an enum for string length errors.

  • The possible errors include unspecified, unknown, empty, too short, and too long strings.

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.