ContextError

  • The content describes enums for possible context errors.

  • Errors include unspecified, unknown, and operations not permitted for the given context or removed resources.

  • These enums help identify reasons why an operation might fail due to context issues.

Enum describing possible context errors.

Proto definition

Enums

OPERATION_NOT_PERMITTED_FOR_CONTEXT

The operation is not allowed for the given context.

OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE

The operation is not allowed for removed resources.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.