Windows error 0x000021A5, 8613

Detailed Error Information

DS_EXISTING_AD_CHILD_NC[1]

MessageThe directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.
Declared inwinerror.h

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

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 Code8613 (0x21a5)

Questions

0votes
1answer

Xcode raises exception when refactoring

When I run a refactor on my code in xcode, all the files are correctly refactored except one, and when I click to check the changes made in that file, the following 'Internal Error Occurs': Uncaught Exception: Invalid parameter not satisfying: fileName Stack Backtrace: The stack backtrace has been logged [...] read more
objective-c
xcode
exception
refactoring
-3votes
1answer

iOS : EXC_BAD_ACCESS When pressing a button

I have a tabe view with custom cells wich were created in a different nib, In each cell I have a button. I wan't to deal with the button pressed event in one of my created objects (I call it PlaylistController). In IB I've added this class (PlaylistController) as an [...] read more
ios
objective-c

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