resolutionStatus property

String? resolutionStatus
getter/setter pair

Error group's resolution status.

An unspecified resolution status will be interpreted as OPEN Possible string values are:

  • "RESOLUTION_STATUS_UNSPECIFIED" : Status is unknown. When left unspecified in requests, it is treated like OPEN.
  • "OPEN" : The error group is not being addressed. This is the default for new groups. It is also used for errors re-occurring after marked RESOLVED.
  • "ACKNOWLEDGED" : Error Group manually acknowledged, it can have an issue link attached.
  • "RESOLVED" : Error Group manually resolved, more events for this group are not expected to occur.
  • "MUTED" : The error group is muted and excluded by default on group stats requests.

Implementation

core.String? resolutionStatus;