BatchJobError

Enum describing possible request errors.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

CANNOT_MODIFY_JOB_AFTER_JOB_STARTS_RUNNING

The batch job cannot add more operations or run after it has started running.

EMPTY_OPERATIONS

The operations for an AddBatchJobOperations request were empty.

INVALID_SEQUENCE_TOKEN

The sequence token for an AddBatchJobOperations request was invalid.

RESULTS_NOT_READY

Batch job results can only be retrieved once the job is finished.

INVALID_PAGE_SIZE

The page size for ListBatchJobResults was invalid.

CAN_ONLY_REMOVE_PENDING_JOB

The batch job cannot be removed because it has started running.

CANNOT_LIST_RESULTS

The batch job cannot be listed due to unexpected errors such as duplicate checkpoints.

ASSET_GROUP_AND_ASSET_GROUP_ASSET_TRANSACTION_FAILURE

The request contains interdependent AssetGroup and AssetGroupAsset operations that are treated atomically as a single transaction, and one or more of the operations in that transaction failed, which caused the entire transaction, and therefore this mutate operation, to fail. The operations that caused the transaction to fail can be found in the consecutive AssetGroup or AssetGroupAsset results with the same asset group id. The mutate operation will be successful once the remaining errors in the transaction are fixed.

ASSET_GROUP_LISTING_GROUP_FILTER_TRANSACTION_FAILURE

The request contains interdependent AssetGroupListingGroupFilter operations that are treated atomically as a single transaction, and one or more of the operations in that transaction failed, which caused the entire transaction, and therefore this mutate operation, to fail. The operations that caused the transaction to fail can be found in the consecutive AssetGroupListingGroupFilter results with the same asset group id. The mutate operation will be successful once the remaining errors in the transaction are fixed.

REQUEST_TOO_LARGE

The AddBatchJobOperationsRequest is too large. Split the request into smaller requests. The maximum allowed request size is 10484504 bytes.