Windows error 0x000020C3, 8387

Detailed Error Information

DS_NONEXISTENT_MAY_HAVE[1]

MessageSchema update failed: attribute in may-contain does not exist.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800720C3.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
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
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code8387 (0x20c3)

Questions

2votes
1answer

Pinch Gesture Recognizer

Right guys, I have just started getting into Xcode 4, with the intention to start making iPhone apps. Nothing too major, not games etc...However I am struggling with this pinch gesture.... For some reason it all works fine when I use the iphone 5.0 simulator...But when it comes to exporting [...] read more
iphone
objective-c
xcode4
0votes
1answer

Trying to separate the NSURLConnection function into another class but get error on delegation

I want to create a MVC iphone app , a part of my app task is to get data from internet and I want to separate that part to a Model and here is what I've written //Connection.h #import <Foundation/Foundation.h> @interface Connection : NSObject { NSMutableData * rawData; BOOL ready; [...] read more
iphone
model-view-controller
nsurlconnection

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