Reference documentation and code samples for the Google Workspace Events V1 API module Google::Apps::Events::Subscriptions::V1::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.
OTHER
value: 5
An unidentified error has occurred.