Windows error 0x00040170, 262512

Detailed Error Information

CACHE_S_FORMATETC_NOTSUPPORTED[1]

MessageFORMATETC not supported
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code368 (0x0170)

Questions

1vote
1answer

NSFetchedResultsController returning ghost records

I have been troubled by a problem for months that I finally need to tackle and put to bed once and for all. I have a table view fed by an NSFetchedResultsController. This is attached to core data. I use seperate classes to populate the core data from a web [...] read more
ios
objective-c
core-data

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0