Stackdriver Error Reporting V1beta1 Client - Class ResolutionStatus (0.25.1)

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 \ V1beta1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.