Windows error 0x0000202D, 8237

Detailed Error Information

DS_CONFIDENTIALITY_REQUIRED[1]

MessageThis request requires a secure connection.
Declared inwinerror.h

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

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 Code8237 (0x202d)

Questions

0votes
2answers

crash only with iPad (simulator or device) - [__NSArrayM insertObject:atIndex:]

I try to test an iPhone (not universal) app on an iPad (device and simulator), but I get this error: 2013-02-09 15:25:23.907 iFormularioNew_Free[5160:c07] CRASH: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil 2013-02-09 15:25:23.910 iFormularioNew_Free[5160:c07] Stack Trace: ( 0 CoreFoundation 0x0204d02e __exceptionPreprocess + 206 1 libobjc.A.dylib 0x0151ee7e objc_exception_throw + 44 2 [...] read more
iphone
ios
ipad

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