BatchJobError
Stay organized with collections
Save and categorize content based on your preferences.
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-20 UTC."],[[["This enum defines specific error codes that can occur when making batch job requests."],["Errors can indicate issues like modifying a running job, providing invalid tokens, or requesting results before the job is complete."],["Specific errors like `CANNOT_MODIFY_JOB_AFTER_JOB_STARTS_RUNNING` and `EMPTY_OPERATIONS` provide clear explanations of the issue."],["It helps developers understand and handle potential problems during batch job interactions."]]],[]]