What does HRESULT 0x80045373 (FSRM_E_CLASSIFICATION_CANCELED) mean?

 
Previous Next
FSRM_E_INVALID_AD_CLAIM FSRM_E_INVALID_FOLDER_PROPERTY_STORE

FSRM_E_CLASSIFICATION_CANCELED

FSRM_E_CLASSIFICATION_CANCELED is a terminal result for a run that was explicitly canceled or stopped during processing. It does not indicate that every property already written by the run was rolled back.

Determine what completed before cancellation

  • Read the classification report for processed scopes, files, and module messages.
  • Wait until the running status confirms that cancellation has completed before starting another run.
  • Reclassify only the required scope when partial property writes are acceptable and identifiable.

The classification manager exposes a cancellation operation, but module calls and file writes already in progress may complete before the run stops. Treat the resulting property set as potentially partial. If the cancellation was caused by deployment or maintenance, record the stop time and use reports to identify files that were not reached rather than clearing all classification data.

Classification manager · Classification management · Property bag


Looking for a different code? Search another status or error code.