Directory operation error types
Enumerations | |
enum | DS_ErrorType { DS_E_SUCCESS = 0, DS_E_ATTRIBUTE = 1, DS_E_NAME = 2, DS_E_SERVICE = 3, DS_E_REFERRAL = 4, DS_E_ABANDONED = 5, DS_E_SECURITY = 6, DS_E_ABANDONFAILED = 7, DS_E_UPDATE = 8, DS_E_DSAREFERRAL = 9, DS_E_LOCAL = 10, DS_E_REMOTE = 11, DS_E_UNKNOWN = 12, DS_E_X509 = 13 } |
Detailed Description
Enumeration Type Documentation
◆ DS_ErrorType
enum DS_ErrorType |
Directory operation error codes.
Definition at line 138 of file dsapi_const.h.