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.

Enums

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.