| Previous | Next |
| VDS_S_NAME_TRUNCATED | VDS_S_ALREADY_EXISTS |
VDS_S_STATUSES_INCOMPLETELY_SET
VDS_S_STATUSES_INCOMPLETELY_SET is a partial-success result. At least one requested storage-path status was not changed, commonly because it conflicts with the active load-balance policy or current path state. Other paths can still have been updated successfully.
Inspect results per path instead of treating the batch as atomic
- Re-query every path after the call and compare actual status with the requested status.
- Record the current load-balance policy and path health before retrying failed entries.
- Do not roll back successful path changes unless the application explicitly requires all-or-nothing behavior.
The useful diagnostic unit is the individual path, not only the top-level HRESULT. Reissuing the same batch without resolving policy conflicts can reproduce the partial result. Because hardware providers can impose additional constraints, preserve provider notifications and status data when reporting which path remained unchanged.
VDS portal · Provider types · VDS service
Looking for a different code? Search another status or error code.