Error 0x800702AE

Value: -2147024210 | 0x800702AE | 2147943086

What does it mean ?

ERROR_DLL_MIGHT_BE_INSECURE  
The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
Value: 686 | 0x02AE | 0b0000001010101110

Where does it come from ?

FACILITY_WIN32  
Provides a way to handle error codes from functions in the Win32 API as an HRESULT. (Error codes in 16 - bit OLE that duplicated Win32 error codes have also been changed to FACILITY_WIN32)
Value: 7 | 0x007 | 0b00000111

Other Errors for FACILITY_WIN32