stringFormatError property

String? stringFormatError
getter/setter pair

String format error.

Output only. Possible string values are:

  • "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.

Implementation

core.String? stringFormatError;