[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stackdriver Error Reporting V1beta1 Client - Class ResolutionStatus (0.23.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.23.1 (latest)](/php/docs/reference/cloud-error-reporting/latest/V1beta1.ResolutionStatus)\n- [0.23.0](/php/docs/reference/cloud-error-reporting/0.23.0/V1beta1.ResolutionStatus)\n- [0.22.10](/php/docs/reference/cloud-error-reporting/0.22.10/V1beta1.ResolutionStatus)\n- [0.21.1](/php/docs/reference/cloud-error-reporting/0.21.1/V1beta1.ResolutionStatus)\n- [0.20.2](/php/docs/reference/cloud-error-reporting/0.20.2/V1beta1.ResolutionStatus)\n- [0.19.12](/php/docs/reference/cloud-error-reporting/0.19.12/V1beta1.ResolutionStatus) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ResolutionStatus.\n\nResolution status of an error group.\n\nProtobuf type `google.devtools.clouderrorreporting.v1beta1.ResolutionStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ErrorReporting \\\\ V1beta1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### RESOLUTION_STATUS_UNSPECIFIED\n\n Value: 0\n\nStatus is unknown. When left unspecified in requests, it is treated like\nOPEN.\n\nGenerated from protobuf enum `RESOLUTION_STATUS_UNSPECIFIED = 0;`\n\n### OPEN\n\n Value: 1\n\nThe error group is not being addressed. This is the default for\nnew groups. It is also used for errors re-occurring after marked RESOLVED.\n\nGenerated from protobuf enum `OPEN = 1;`\n\n### ACKNOWLEDGED\n\n Value: 2\n\nError Group manually acknowledged, it can have an issue link attached.\n\nGenerated from protobuf enum `ACKNOWLEDGED = 2;`\n\n### RESOLVED\n\n Value: 3\n\nError Group manually resolved, more events for this group are not expected\nto occur.\n\nGenerated from protobuf enum `RESOLVED = 3;`\n\n### MUTED\n\n Value: 4\n\nThe error group is muted and excluded by default on group stats requests.\n\nGenerated from protobuf enum `MUTED = 4;`"]]