Module: Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus
- Defined in:
- proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb
Overview
Resolution status of an error group.
Constant Summary collapse
- RESOLUTION_STATUS_UNSPECIFIED =
Status is unknown. When left unspecified in requests, it is treated like OPEN.
0
- 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.
1
- ACKNOWLEDGED =
Error Group manually acknowledged, it can have an issue link attached.
2
- RESOLVED =
Error Group manually resolved, more events for this group are not expected to occur.
3
- MUTED =
The error group is muted and excluded by default on group stats requests.
4