Enum describing possible request errors.
Enums | |
---|---|
|
Enum unspecified. |
|
The received error code is not known in this version. |
|
The batch job cannot add more operations or run after it has started running. |
|
The operations for an AddBatchJobOperations request were empty. |
|
The sequence token for an AddBatchJobOperations request was invalid. |
|
Batch job results can only be retrieved once the job is finished. |
|
The page size for ListBatchJobResults was invalid. |
|
The batch job cannot be removed because it has started running. |
|
The batch job cannot be listed due to unexpected errors such as duplicate checkpoints. |
|
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. |
|
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. |
|
The AddBatchJobOperationsRequest is too large. Split the request into smaller requests. The maximum allowed request size is 10484504 bytes. |