@Generated public enum ErrorCode extends Enum<ErrorCode>
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCode ABORTED
public static final ErrorCode ALREADY_EXISTS
public static final ErrorCode BAD_REQUEST
public static final ErrorCode CANCELLED
public static final ErrorCode CATALOG_ALREADY_EXISTS
public static final ErrorCode CATALOG_DOES_NOT_EXIST
public static final ErrorCode CATALOG_NOT_EMPTY
public static final ErrorCode COULD_NOT_ACQUIRE_LOCK
public static final ErrorCode CUSTOMER_UNAUTHORIZED
public static final ErrorCode DAC_ALREADY_EXISTS
public static final ErrorCode DAC_DOES_NOT_EXIST
public static final ErrorCode DATA_LOSS
public static final ErrorCode DEADLINE_EXCEEDED
public static final ErrorCode DEPLOYMENT_TIMEOUT
public static final ErrorCode DIRECTORY_NOT_EMPTY
public static final ErrorCode DIRECTORY_PROTECTED
public static final ErrorCode DRY_RUN_FAILED
public static final ErrorCode ENDPOINT_NOT_FOUND
public static final ErrorCode EXTERNAL_LOCATION_ALREADY_EXISTS
public static final ErrorCode EXTERNAL_LOCATION_DOES_NOT_EXIST
public static final ErrorCode FEATURE_DISABLED
public static final ErrorCode GIT_CONFLICT
public static final ErrorCode GIT_REMOTE_ERROR
public static final ErrorCode GIT_SENSITIVE_TOKEN_DETECTED
public static final ErrorCode GIT_UNKNOWN_REF
public static final ErrorCode GIT_URL_NOT_ON_ALLOW_LIST
public static final ErrorCode INSECURE_PARTNER_RESPONSE
public static final ErrorCode INTERNAL_ERROR
public static final ErrorCode INVALID_PARAMETER_VALUE
public static final ErrorCode INVALID_STATE
public static final ErrorCode INVALID_STATE_TRANSITION
public static final ErrorCode IO_ERROR
public static final ErrorCode IPYNB_FILE_IN_REPO
public static final ErrorCode MALFORMED_PARTNER_RESPONSE
public static final ErrorCode MALFORMED_REQUEST
public static final ErrorCode MANAGED_RESOURCE_GROUP_DOES_NOT_EXIST
public static final ErrorCode MAX_BLOCK_SIZE_EXCEEDED
public static final ErrorCode MAX_CHILD_NODE_SIZE_EXCEEDED
public static final ErrorCode MAX_LIST_SIZE_EXCEEDED
public static final ErrorCode MAX_NOTEBOOK_SIZE_EXCEEDED
public static final ErrorCode MAX_READ_SIZE_EXCEEDED
public static final ErrorCode METASTORE_ALREADY_EXISTS
public static final ErrorCode METASTORE_DOES_NOT_EXIST
public static final ErrorCode METASTORE_NOT_EMPTY
public static final ErrorCode NOT_FOUND
public static final ErrorCode NOT_IMPLEMENTED
public static final ErrorCode PARTIAL_DELETE
public static final ErrorCode PERMISSION_DENIED
public static final ErrorCode PERMISSION_NOT_PROPAGATED
public static final ErrorCode PRINCIPAL_DOES_NOT_EXIST
public static final ErrorCode PROJECTS_OPERATION_TIMEOUT
public static final ErrorCode PROVIDER_ALREADY_EXISTS
public static final ErrorCode PROVIDER_DOES_NOT_EXIST
public static final ErrorCode PROVIDER_SHARE_NOT_ACCESSIBLE
public static final ErrorCode QUOTA_EXCEEDED
public static final ErrorCode RECIPIENT_ALREADY_EXISTS
public static final ErrorCode RECIPIENT_DOES_NOT_EXIST
public static final ErrorCode REQUEST_LIMIT_EXCEEDED
public static final ErrorCode RESOURCE_ALREADY_EXISTS
public static final ErrorCode RESOURCE_CONFLICT
public static final ErrorCode RESOURCE_DOES_NOT_EXIST
public static final ErrorCode RESOURCE_EXHAUSTED
public static final ErrorCode RESOURCE_LIMIT_EXCEEDED
public static final ErrorCode SCHEMA_ALREADY_EXISTS
public static final ErrorCode SCHEMA_DOES_NOT_EXIST
public static final ErrorCode SCHEMA_NOT_EMPTY
public static final ErrorCode SEARCH_QUERY_TOO_LONG
public static final ErrorCode SEARCH_QUERY_TOO_SHORT
public static final ErrorCode SERVICE_UNDER_MAINTENANCE
public static final ErrorCode SHARE_ALREADY_EXISTS
public static final ErrorCode SHARE_DOES_NOT_EXIST
public static final ErrorCode STORAGE_CREDENTIAL_ALREADY_EXISTS
public static final ErrorCode STORAGE_CREDENTIAL_DOES_NOT_EXIST
public static final ErrorCode TABLE_ALREADY_EXISTS
public static final ErrorCode TABLE_DOES_NOT_EXIST
public static final ErrorCode TEMPORARILY_UNAVAILABLE
public static final ErrorCode UNAUTHENTICATED
public static final ErrorCode UNAVAILABLE
public static final ErrorCode UNKNOWN
public static final ErrorCode UNPARSEABLE_HTTP_ERROR
public static final ErrorCode WORKSPACE_TEMPORARILY_UNAVAILABLE
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.