public enum ResolutionStatusReference documentation and code samples for the Google Cloud Error Reporting v1beta1 API enum ResolutionStatus.
Resolution status of an error group.
Namespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
Acknowledged |
Error Group manually acknowledged, it can have an issue link attached. |
Muted |
The error group is muted and excluded by default on group stats requests. |
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. |
Resolved |
Error Group manually resolved, more events for this group are not expected to occur. |
Unspecified |
Status is unknown. When left unspecified in requests, it is treated like OPEN. |