StringFormatError

  • The document lists different types of string format errors.

  • Errors include unspecified, unknown, illegal characters, and invalid format.

Enum describing possible string format errors.

Proto definition

Enums

ILLEGAL_CHARS

The input string value contains disallowed characters.

INVALID_FORMAT

The input string value is invalid for the associated field.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.