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.