vote up 0 vote down star

Is there a description of the various errors that NSXMLParser can return? I'm aware of the apple documentation of these codes, but this page doesn't give anything other than a title for the error.

flag

79% accept rate
While I answered below with as much information as I could, I don't think I got at what you were asking. Is there some specific kind of information about an NSXMLParserError that you're looking for? – Evan DiBiase Feb 1 at 16:46

1 Answer

vote up 0 vote down check

That enum defines all of the NSXMLParserErrors. If you want (slightly) more detail, you can click on a particular constant in the list.

link|flag
That's all the further I was able to go, too. – kubi Feb 6 at 19:12
I accepted this as the answer because it looks like the best possible answer. Thanks, – kubi Sep 16 at 22:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.