This is work in progress.

Windows / Headers / AdsErr.h

AdsErr.h

Error codes for Active Directory

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
S_ADS_ERRORSOCCURRED0x00005011One or more errors occurred
S_ADS_NOMORE_ROWS0x00005012No more rows to be obatained by the search result.
S_ADS_NOMORE_COLUMNS0x00005013No more columns to be obatained for the current row.
E_ADS_BAD_PATHNAME0x80005000An invalid directory pathname was passed
E_ADS_INVALID_DOMAIN_OBJECT0x80005001An unknown directory domain object was requested
E_ADS_INVALID_USER_OBJECT0x80005002An unknown directory user object was requested
E_ADS_INVALID_COMPUTER_OBJECT0x80005003An unknown directory computer object was requested
E_ADS_UNKNOWN_OBJECT0x80005004An unknown directory object was requested
E_ADS_PROPERTY_NOT_SET0x80005005The specified directory property was not set
E_ADS_PROPERTY_NOT_SUPPORTED0x80005006The specified directory property is not supported
E_ADS_PROPERTY_INVALID0x80005007The specified directory property is invalid
E_ADS_BAD_PARAMETER0x80005008One or more input parameters are invalid
E_ADS_OBJECT_UNBOUND0x80005009The specified directory object is not bound to a remote resource
E_ADS_PROPERTY_NOT_MODIFIED0x8000500AThe specified directory object has not been modified
E_ADS_PROPERTY_MODIFIED0x8000500BThe specified directory object has been modified
E_ADS_CANT_CONVERT_DATATYPE0x8000500CThe directory datatype cannot be converted to/from a native DS datatype
E_ADS_PROPERTY_NOT_FOUND0x8000500DThe directory property cannot be found in the cache.
E_ADS_OBJECT_EXISTS0x8000500EThe directory object exists.
E_ADS_SCHEMA_VIOLATION0x8000500FThe attempted action violates the DS schema rules.
E_ADS_COLUMN_NOT_SET0x80005010The specified column in the directory was not set.
E_ADS_INVALID_FILTER0x80005014The search filter specified is invalid
21 entries