Stackdriver Error Reporting V1beta1 Client - Class ResolutionStatus (0.25.1)
Stay organized with collections
Save and categorize content based on your preferences.
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
Namespace
Google \ Cloud \ ErrorReporting \ V1beta1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESOLUTION_STATUS_UNSPECIFIED
Value: 0Status is unknown. When left unspecified in requests, it is treated like OPEN.
Generated from protobuf enum RESOLUTION_STATUS_UNSPECIFIED = 0;
OPEN
Value: 1The 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: 2Error Group manually acknowledged, it can have an issue link attached.
Generated from protobuf enum ACKNOWLEDGED = 2;
RESOLVED
Value: 3Error Group manually resolved, more events for this group are not expected to occur.
Generated from protobuf enum RESOLVED = 3;
MUTED
Value: 4The error group is muted and excluded by default on group stats requests.
Generated from protobuf enum MUTED = 4;