Google Workspace Events V1BETA API - Module Google::Apps::Events::Subscriptions::V1beta::Subscription::ErrorType (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Workspace Events V1BETA API module Google::Apps::Events::Subscriptions::V1beta::Subscription::ErrorType.
Possible errors for a subscription.
Constants
ERROR_TYPE_UNSPECIFIED
value: 0 Default value. This value is unused.
USER_SCOPE_REVOKED
value: 1 The authorizing user has revoked the grant of one or more OAuth scopes.
To learn more about authorization for Google Workspace, see Configure
the OAuth consent
screen.
RESOURCE_DELETED
value: 2 The target resource for the subscription no longer exists.
USER_AUTHORIZATION_FAILURE
value: 3 The user that authorized the creation of the subscription no longer has
access to the subscription's target resource.
ENDPOINT_PERMISSION_DENIED
value: 4 The Google Workspace application doesn't have access to deliver
events to your subscription's notification endpoint.
ENDPOINT_NOT_FOUND
value: 6 The subscription's notification endpoint doesn't exist, or the endpoint
can't be found in the Google Cloud project where you created the
subscription.
ENDPOINT_RESOURCE_EXHAUSTED
value: 7 The subscription's notification endpoint failed to receive events due to
insufficient quota or reaching rate limiting.
[[["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,["# Google Workspace Events V1BETA API - Module Google::Apps::Events::Subscriptions::V1beta::Subscription::ErrorType (v0.1.0)\n\nReference documentation and code samples for the Google Workspace Events V1BETA API module Google::Apps::Events::Subscriptions::V1beta::Subscription::ErrorType.\n\nPossible errors for a subscription.\n\nConstants\n---------\n\n### ERROR_TYPE_UNSPECIFIED\n\n**value:** 0 \nDefault value. This value is unused.\n\n### USER_SCOPE_REVOKED\n\n**value:** 1 \nThe authorizing user has revoked the grant of one or more OAuth scopes.\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\n### RESOURCE_DELETED\n\n**value:** 2 \nThe target resource for the subscription no longer exists.\n\n### USER_AUTHORIZATION_FAILURE\n\n**value:** 3 \nThe user that authorized the creation of the subscription no longer has\naccess to the subscription's target resource.\n\n### ENDPOINT_PERMISSION_DENIED\n\n**value:** 4 \nThe Google Workspace application doesn't have access to deliver\nevents to your subscription's notification endpoint.\n\n### ENDPOINT_NOT_FOUND\n\n**value:** 6 \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\n### ENDPOINT_RESOURCE_EXHAUSTED\n\n**value:** 7 \nThe subscription's notification endpoint failed to receive events due to\ninsufficient quota or reaching rate limiting.\n\n### OTHER\n\n**value:** 5 \nAn unidentified error has occurred."]]