public enum Subscription.ErrorType extends Enum<Subscription.ErrorType> implements ProtocolMessageEnum
Possible errors for a subscription.
Protobuf enum google.apps.events.subscriptions.v1.Subscription.ErrorType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ENDPOINT_NOT_FOUND |
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_NOT_FOUND_VALUE |
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_PERMISSION_DENIED |
The Google Workspace application doesn't have access to deliver events to your subscription's notification endpoint. |
ENDPOINT_PERMISSION_DENIED_VALUE |
The Google Workspace application doesn't have access to deliver events to your subscription's notification endpoint. |
ENDPOINT_RESOURCE_EXHAUSTED |
The subscription's notification endpoint failed to receive events due to insufficient quota or reaching rate limiting. |
ENDPOINT_RESOURCE_EXHAUSTED_VALUE |
The subscription's notification endpoint failed to receive events due to insufficient quota or reaching rate limiting. |
ERROR_TYPE_UNSPECIFIED |
Default value. This value is unused. |
ERROR_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
OTHER |
An unidentified error has occurred. |
OTHER_VALUE |
An unidentified error has occurred. |
RESOURCE_DELETED |
The target resource for the subscription no longer exists. |
RESOURCE_DELETED_VALUE |
The target resource for the subscription no longer exists. |
UNRECOGNIZED |
|
USER_AUTHORIZATION_FAILURE |
The user that authorized the creation of the subscription no longer has access to the subscription's target resource. |
USER_AUTHORIZATION_FAILURE_VALUE |
The user that authorized the creation of the subscription no longer has access to the subscription's target resource. |
USER_SCOPE_REVOKED |
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. |
USER_SCOPE_REVOKED_VALUE |
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. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |