Enum Subscription.ErrorType (0.4.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
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 = 6;

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_NOT_FOUND = 6;

ENDPOINT_PERMISSION_DENIED

The Google Workspace application doesn't have access to deliver events to your subscription's notification endpoint.

ENDPOINT_PERMISSION_DENIED = 4;

ENDPOINT_PERMISSION_DENIED_VALUE

The Google Workspace application doesn't have access to deliver events to your subscription's notification endpoint.

ENDPOINT_PERMISSION_DENIED = 4;

ENDPOINT_RESOURCE_EXHAUSTED

The subscription's notification endpoint failed to receive events due to insufficient quota or reaching rate limiting.

ENDPOINT_RESOURCE_EXHAUSTED = 7;

ENDPOINT_RESOURCE_EXHAUSTED_VALUE

The subscription's notification endpoint failed to receive events due to insufficient quota or reaching rate limiting.

ENDPOINT_RESOURCE_EXHAUSTED = 7;

ERROR_TYPE_UNSPECIFIED

Default value. This value is unused.

ERROR_TYPE_UNSPECIFIED = 0;

ERROR_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

ERROR_TYPE_UNSPECIFIED = 0;

OTHER

An unidentified error has occurred.

OTHER = 5;

OTHER_VALUE

An unidentified error has occurred.

OTHER = 5;

RESOURCE_DELETED

The target resource for the subscription no longer exists.

RESOURCE_DELETED = 2;

RESOURCE_DELETED_VALUE

The target resource for the subscription no longer exists.

RESOURCE_DELETED = 2;

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 = 3;

USER_AUTHORIZATION_FAILURE_VALUE

The user that authorized the creation of the subscription no longer has access to the subscription's target resource.

USER_AUTHORIZATION_FAILURE = 3;

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 = 1;

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.

USER_SCOPE_REVOKED = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()