What does HRESULT 1 (WDSTPTMGMT_CATEGORY) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_FUNCTIONWin32 errorWindows
STATUS_WAIT_1NTSTATUSWindows
kOSReturnErrorKern returnMac
KERN_INVALID_ADDRESSKern returnMac
ippStsNoOperationIntel Ipp StatusAny
S_FALSEHRESULTWindows
WDSCP_CATEGORYHRESULTWindows
WDSMCSERVER_CATEGORYHRESULTWindows
EPERMerrnoAny
APC_INDEX_MISMATCHBugCheck CodeWindows
Previous Next
WDSMCSERVER_CATEGORY WDSMCCLIENT_CATEGORY

WDSTPTMGMT_CATEGORY

WDSTPTMGMT_CATEGORY is a Windows Deployment Services Transport Management result. It is a category identifier for WDS Transport Management results, not a failure code by itself.

What to check

  • Use the full HRESULT returned by the API when diagnosing a failure; the category value alone does not identify a problem.
  • Confirm that the result comes from the WDS Transport Management API rather than another WDS component.
  • Record the method name, server name, and full result code before looking up a more specific condition.

Microsoft documentation on Windows Deployment Services and the WDS Transport Management API


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