Skip to content

Commit 76e95a6

Browse files
author
pcoma55
committed
updating service limits
1 parent 12e03db commit 76e95a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/planetary-computer/error-codes-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Ingestion errors can occur during various stages of the data ingestion process,
4040
| `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) |
4141
| `InvalidStacCatalog` | The STAC catalog structure doesn't conform to specifications. | [Troubleshooting STAC validation errors](./troubleshooting-ingestion.md#cause-2-stac-metadata-validation-failed) |
4242
| `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 |
4444
| `ItemTransformationError` | Failed to process or transform the STAC item. | [Troubleshooting STAC validation errors](./troubleshooting-ingestion.md#cause-2-stac-metadata-validation-failed) |
4545
| `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) |
4646
| `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,
5252
| `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 |
5353
| `PublicAccessRestricted` | The storage resource doesn't allow public access. | [Troubleshooting access permission issues](./troubleshooting-ingestion.md#cause-1-geocatalog-cant-access-source-data) |
5454
| `StacValidationFailed` | The STAC item doesn't meet validation requirements. | [Troubleshooting STAC validation errors](./troubleshooting-ingestion.md#cause-2-stac-metadata-validation-failed) |
55-
| `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> |
5656

5757
## Related content
5858

0 commit comments

Comments
 (0)