Error 0x80070230

Value: -2147024336 | 0x80070230 | 2147942960

What does it mean ?

ERROR_NO_GUID_TRANSLATION  
Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. // This causes the protection attempt to fail, which may cause a file creation attempt to fail.
Value: 560 | 0x0230 | 0b0000001000110000

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