Windows error 0x000020C5, 8389

Detailed Error Information

DS_AUX_CLS_TEST_FAIL[1]

MessageSchema update failed: class in aux-class list does not exist or is not an auxiliary class.
Declared inwinerror.h

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

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 Code8389 (0x20c5)

Questions

2votes
1answer

Making Box iOS SDK WebAPI and Google Analytics iOS SDK 2.0beta3 work together

Independently they work great. Tried on device with iOS 5.1 and on iOS simulator 6.0. I get the following error when I try to use them together: 2012-12-07 14:28:53.229 FotoInBox[1962:1cd03] Hit URL: http://www.google-analytics.com/collect 2012-12-07 14:28:53.231 FotoInBox[1962:1cd03] Method: POST 2012-12-07 14:28:53.232 FotoInBox[1962:1cd03] Header User-Agent: GoogleAnalytics/2.0b3 (iPad Simulator; U; CPU iPhone OS [...] read more
ios
google-analytics
box-api

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