AdsErr.h
Error codes for Active Directory
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
S_ADS_ERRORSOCCURRED | 0x00005011 | One or more errors occurred |
S_ADS_NOMORE_ROWS | 0x00005012 | No more rows to be obatained by the search result. |
S_ADS_NOMORE_COLUMNS | 0x00005013 | No more columns to be obatained for the current row. |
E_ADS_BAD_PATHNAME | 0x80005000 | An invalid directory pathname was passed |
E_ADS_INVALID_DOMAIN_OBJECT | 0x80005001 | An unknown directory domain object was requested |
E_ADS_INVALID_USER_OBJECT | 0x80005002 | An unknown directory user object was requested |
E_ADS_INVALID_COMPUTER_OBJECT | 0x80005003 | An unknown directory computer object was requested |
E_ADS_UNKNOWN_OBJECT | 0x80005004 | An unknown directory object was requested |
E_ADS_PROPERTY_NOT_SET | 0x80005005 | The specified directory property was not set |
E_ADS_PROPERTY_NOT_SUPPORTED | 0x80005006 | The specified directory property is not supported |
E_ADS_PROPERTY_INVALID | 0x80005007 | The specified directory property is invalid |
E_ADS_BAD_PARAMETER | 0x80005008 | One or more input parameters are invalid |
E_ADS_OBJECT_UNBOUND | 0x80005009 | The specified directory object is not bound to a remote resource |
E_ADS_PROPERTY_NOT_MODIFIED | 0x8000500A | The specified directory object has not been modified |
E_ADS_PROPERTY_MODIFIED | 0x8000500B | The specified directory object has been modified |
E_ADS_CANT_CONVERT_DATATYPE | 0x8000500C | The directory datatype cannot be converted to/from a native DS datatype |
E_ADS_PROPERTY_NOT_FOUND | 0x8000500D | The directory property cannot be found in the cache. |
E_ADS_OBJECT_EXISTS | 0x8000500E | The directory object exists. |
E_ADS_SCHEMA_VIOLATION | 0x8000500F | The attempted action violates the DS schema rules. |
E_ADS_COLUMN_NOT_SET | 0x80005010 | The specified column in the directory was not set. |
E_ADS_INVALID_FILTER | 0x80005014 | The search filter specified is invalid |
21 entries |