[[["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-09 UTC."],[],[],null,["# Google Apps Events Subscriptions V1 Client - Class ErrorType (0.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.1 (latest)](/php/docs/reference/apps-events-subscriptions/latest/V1.Subscription.ErrorType)\n- [0.3.0](/php/docs/reference/apps-events-subscriptions/0.3.0/V1.Subscription.ErrorType)\n- [0.2.1](/php/docs/reference/apps-events-subscriptions/0.2.1/V1.Subscription.ErrorType)\n- [0.1.6](/php/docs/reference/apps-events-subscriptions/0.1.6/V1.Subscription.ErrorType) \nReference documentation and code samples for the Google Apps Events Subscriptions V1 Client class ErrorType.\n\nPossible errors for a subscription.\n\nProtobuf type `google.apps.events.subscriptions.v1.Subscription.ErrorType`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Events \\\\ Subscriptions \\\\ V1 \\\\ Subscription\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ERROR_TYPE_UNSPECIFIED\n\n Value: 0\n\nDefault value. This value is unused.\n\nGenerated from protobuf enum `ERROR_TYPE_UNSPECIFIED = 0;`\n\n### USER_SCOPE_REVOKED\n\n Value: 1\n\nThe authorizing user has revoked the grant of one or more OAuth scopes.\n\nTo learn more about authorization for Google Workspace, see [Configure\nthe OAuth consent\nscreen](https://developers.google.com/workspace/guides/configure-oauth-consent#choose-scopes).\n\nGenerated from protobuf enum `USER_SCOPE_REVOKED = 1;`\n\n### RESOURCE_DELETED\n\n Value: 2\n\nThe target resource for the subscription no longer exists.\n\nGenerated from protobuf enum `RESOURCE_DELETED = 2;`\n\n### USER_AUTHORIZATION_FAILURE\n\n Value: 3\n\nThe user that authorized the creation of the subscription no longer has\naccess to the subscription's target resource.\n\nGenerated from protobuf enum `USER_AUTHORIZATION_FAILURE = 3;`\n\n### ENDPOINT_PERMISSION_DENIED\n\n Value: 4\n\nThe Google Workspace application doesn't have access to deliver\nevents to your subscription's notification endpoint.\n\nGenerated from protobuf enum `ENDPOINT_PERMISSION_DENIED = 4;`\n\n### ENDPOINT_NOT_FOUND\n\n Value: 6\n\nThe subscription's notification endpoint doesn't exist, or the endpoint\ncan't be found in the Google Cloud project where you created the\nsubscription.\n\nGenerated from protobuf enum `ENDPOINT_NOT_FOUND = 6;`\n\n### ENDPOINT_RESOURCE_EXHAUSTED\n\n Value: 7\n\nThe subscription's notification endpoint failed to receive events due to\ninsufficient quota or reaching rate limiting.\n\nGenerated from protobuf enum `ENDPOINT_RESOURCE_EXHAUSTED = 7;`\n\n### OTHER\n\n Value: 5\n\nAn unidentified error has occurred.\n\nGenerated from protobuf enum `OTHER = 5;`"]]