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.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

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.