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.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

ILLEGAL_CHARS

The input string value contains disallowed characters.

INVALID_FORMAT

The input string value is invalid for the associated field.