code property

String? code
getter/setter pair

The high-level, machine-readable status of this Feature. Possible string values are:

  • "CODE_UNSPECIFIED" : Unknown or not set.
  • "OK" : The Feature is operating normally.
  • "ERROR" : The Feature is encountering errors in the reconciliation. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.

Implementation

core.String? code;