Error 0x80071A44

Value: -2147018172 | 0x80071A44 | 2147949124

What does it mean ?

ERROR_TRANSACTION_RECORD_TOO_LONG  
The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long.
Value: 6724 | 0x1A44 | 0b0001101001000100

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