| Previous | Next |
| STATUS_CLOUD_FILE_AUTHENTICATION_FAILED | STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE |
STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES
This status identifies a resource-pressure failure in the provider's operation path. It should not be converted automatically into a network error, authentication error, or remote quota error. The useful diagnostic boundary is the operation that failed and the resource it needed: memory, disk space, handle capacity, worker availability, or a provider-managed queue.
Preserve the request context and current placeholder state, then apply backpressure instead of starting identical hydration or enumeration work repeatedly. A provider should keep per-request failures separate from durable sync-root corruption and should publish a clear status when work cannot proceed.
Useful checks
- Log resource counters alongside the Cloud Files operation and request key.
- Throttle new hydration or population work while an existing queue is saturated.
- Check local free space separately from remote storage quota and from network reachability.
Relevant documentation
- CfExecute describes provider operation context and file-level sync status.
- CfReportSyncStatus documents durable root-level failure information for the platform UI.
Looking for a different code? Search another status or error code.