Enum Subscription.Types.ErrorType
Possible errors for a subscription.
Namespace: Google.Apps.Events.Subscriptions.V1
Assembly: Google.Apps.Events.Subscriptions.V1.dll
Syntax
public enum Subscription.Types.ErrorType
Fields
| Name | Description |
|---|---|
| EndpointNotFound | 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. |
| EndpointPermissionDenied | The Google Workspace application doesn't have access to deliver events to your subscription's notification endpoint. |
| EndpointResourceExhausted | The subscription's notification endpoint failed to receive events due to insufficient quota or reaching rate limiting. |
| Other | An unidentified error has occurred. |
| ResourceDeleted | The target resource for the subscription no longer exists. |
| Unspecified | Default value. This value is unused. |
| UserAuthorizationFailure | The user that authorized the creation of the subscription no longer has access to the subscription's target resource. |
| UserScopeRevoked | 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. |