Stackdriver Error Reporting V1beta1 Client - Class ResolutionStatus (0.19.12)

Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ResolutionStatus.

Resolution status of an error group.

Protobuf type google.devtools.clouderrorreporting.v1beta1.ResolutionStatus

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

RESOLUTION_STATUS_UNSPECIFIED

Value: 0

Status is unknown. When left unspecified in requests, it is treated like OPEN.

Generated from protobuf enum RESOLUTION_STATUS_UNSPECIFIED = 0;

OPEN

Value: 1

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.

Generated from protobuf enum OPEN = 1;

ACKNOWLEDGED

Value: 2

Error Group manually acknowledged, it can have an issue link attached.

Generated from protobuf enum ACKNOWLEDGED = 2;

RESOLVED

Value: 3

Error Group manually resolved, more events for this group are not expected to occur.

Generated from protobuf enum RESOLVED = 3;

MUTED

Value: 4

The error group is muted and excluded by default on group stats requests.

Generated from protobuf enum MUTED = 4;