Error 0x8007050F

Value: -2147023601 | 0x8007050F | 2147943695

What does it mean ?

ERROR_DISK_QUOTA_EXCEEDED  
The requested file operation failed because the storage quota was exceeded. // To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator.
Value: 1295 | 0x050F | 0b0000010100001111

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