collectionSizeError property

String? collectionSizeError
getter/setter pair

Collection size error.

Output only. Possible string values are:

  • "UNSPECIFIED" : Enum unspecified.
  • "UNKNOWN" : The received error code is not known in this version.
  • "TOO_FEW" : Too few.
  • "TOO_MANY" : Too many.

Implementation

core.String? collectionSizeError;