You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/planetary-computer/error-codes-ingestion.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Ingestion errors can occur during various stages of the data ingestion process,
40
40
|`InvalidInputData`| The STAC item or collection data contains invalid fields or values. |[Troubleshooting STAC validation errors](./troubleshooting-ingestion.md#cause-2-stac-metadata-validation-failed)|
41
41
|`InvalidStacCatalog`| The STAC catalog structure doesn't conform to specifications. |[Troubleshooting STAC validation errors](./troubleshooting-ingestion.md#cause-2-stac-metadata-validation-failed)|
42
42
|`ItemAlreadyExistsInCollection`| A STAC item with the same ID already exists in the collection. | • Use unique IDs for each item<br>• Delete the existing item before attempting to ingest again |
43
-
|`ItemSizeExceeded`| The STAC item JSON exceeds the maximum allowed size. | • Reduce the number of assets or properties in the item<br>• Split large items into multiple smaller items |
43
+
|`ItemSizeExceeded`| The STAC item JSON exceeds the maximum allowed size (1 MB). | • Reduce the number of assets or properties in the item<br>• Split large items into multiple smaller items |
44
44
|`ItemTransformationError`| Failed to process or transform the STAC item. |[Troubleshooting STAC validation errors](./troubleshooting-ingestion.md#cause-2-stac-metadata-validation-failed)|
45
45
|`ManagedIdentityInfoNotFound`| The specified managed identity doesn't exist or isn't associated with the GeoCatalog. |[Troubleshooting access permission issues](./troubleshooting-ingestion.md#cause-1-geocatalog-cant-access-source-data)|
46
46
|`NoRecordsToDelete`| The delete operation didn't find any matching records. | • Verify the STAC item IDs or search criteria used for deletion<br>• Confirm items exist in the specified collection |
@@ -52,7 +52,7 @@ Ingestion errors can occur during various stages of the data ingestion process,
52
52
|`PostItemCollectionSizeExceeded`| The batch of items being posted exceeds the size limit. | • Reduce the number of items in a single request<br>• Use the [bulk ingestion API](./bulk-ingestion-api.md) for large datasets |
53
53
|`PublicAccessRestricted`| The storage resource doesn't allow public access. |[Troubleshooting access permission issues](./troubleshooting-ingestion.md#cause-1-geocatalog-cant-access-source-data)|
|`TotalAssetsExceeded`| The STAC item contains too many assets. | • Reduce the number of assets per item<br>• Split into multiple items<br>• Check service limits for maximum assets per item|
55
+
|`TotalAssetsExceeded`| The STAC item contains too many assets (100 assets max). | • Reduce the number of assets per item to below 100<br>• Split into multiple items<br> |
0 commit comments