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.
  • "WARNING" : The Feature has encountered an issue, and is operating in a degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.
  • "ERROR" : The Feature is not operating or is in a severely degraded state. 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;