Stackdriver Error Reporting V1beta1 Client - Class ResolutionStatus (0.25.1)

Beta

This library is covered by thePre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see thelaunch stage descriptions.

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

Resolution status of an error group.

Protobuf typegoogle.devtools.clouderrorreporting.v1beta1.ResolutionStatus

Namespace

Google \ Cloud \ ErrorReporting \ V1beta1

Methods

static::name

Parameter
NameDescription
valuemixed

static::value

Parameter
NameDescription
namemixed

Constants

RESOLUTION_STATUS_UNSPECIFIED

Value: 0

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

Generated from protobuf enumRESOLUTION_STATUS_UNSPECIFIED = 0;

OPEN

Value: 1

The error group is not being addressed. This is the default fornew groups. It is also used for errors re-occurring after marked RESOLVED.

Generated from protobuf enumOPEN = 1;

ACKNOWLEDGED

Value: 2

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

Generated from protobuf enumACKNOWLEDGED = 2;

RESOLVED

Value: 3

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

Generated from protobuf enumRESOLVED = 3;

MUTED

Value: 4

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

Generated from protobuf enumMUTED = 4;

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

Last updated 2025-10-30 UTC.