The DRS_ERROR_DATA union defines the error responses that are received from the IDL_DRSAddEntry method.
typedef [switch_type(DWORD)] union { [case(1)] DRS_ERROR_DATA_V1 V1; } DRS_ERROR_DATA;
V1: Version 1 response.