Enum ResolutionStatus (2.0.0-beta05)

public enum ResolutionStatus

Resolution status of an error group.

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Fields

NameDescription
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.