4.1.1.1.24 DRS_ERROR_DATA_V1

The DRS_ERROR_DATA_V1 structure defines the error response received from the IDL_DRSAddEntry method.

 typedef struct {
   DWORD dwRepError;
   DWORD errCode;
   [switch_is(errCode)] DIRERR_DRS_WIRE_V1* pErrInfo;
 } DRS_ERROR_DATA_V1;

dwRepError: 0 or a Windows error code.

errCode: A DIRERR code (section 4.1.1.1.25) that specifies the error category.

pErrInfo: Category-specific error information.