type property

String? type
getter/setter pair

The type of this state error. Possible string values are:

  • "TYPE_UNSPECIFIED" : No type specified.
  • "KMS_ERROR" : Caused by an issue with KMS.

Implementation

core.String? type;