| Previous | Next |
| STG_E_INCOMPLETE | STG_E_FIRMWARE_SLOT_INVALID |
STG_E_TERMINATED
STG_E_TERMINATED: diagnose the owning boundary
STG_E_TERMINATED (0x80030202) is documented as The file download has been terminated. Treat that wording as the specific structured-storage object lifetime boundary; it is more useful than a generic “component failed” label.
Evidence that matters
Record IStorage/IStream identity, transaction mode and the operation after termination/revert. Reopen or recreate the storage object instead of reusing a terminated instance.
Interpretation and verification
Keep the affected object and caller identity stable while changing only the rejected prerequisite. The correction is proven when the original operation crosses this boundary with the intended state or output. If a different HRESULT appears afterward, preserve it as a separate later-stage result rather than folding it back into STG_E_TERMINATED.
Technical references
Looking for a different code? Search another status or error code.