Windows error 0x000021B4, 8628

Detailed Error Information

DS_HIERARCHY_TABLE_TOO_DEEP[1]

MessageThe address books are nested too deeply. Failed to build the hierarchy table.
Declared inwinerror.h

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

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 Code8628 (0x21b4)

Questions

0votes
1answer

I'm wondering how to add the @synthesize statements for the MovieEditorViewController header file in XCode

The implementation file looks like this: #import "MovieViewController.h" #import "Movie.h" #import "MovieEditorViewController.h" @implementation MovieViewController @synthesize titleLabel; @synthesize boxOfficeGrossLabel; @synthesize summaryLabel; @synthesize movie; but i'm thinking my problem is not adding @synthesize statements for the MovieEditorViewController header file. If it's not this then I've included the debugging log below. I'm really [...] read more
cocoa-touch
xcode
properties
terminate
statements
0votes
1answer

Unexplained universal app crash on iPad

we have an iPad app crashing without. However it is a universal app using the same Views as an iPhone app and the iPhone isn't crashing. The iPad crashes randomly in the sim and the actual device. And the Console provides ZERO reason or even that it has stopped working. [...] read more
xcode
ipad
ios4
universal-binary

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