Is there a way to "chain" NSError instances, similar to how you can chain Throwables in Java using the getCause() method?
Conversation
So to answer my own question, it seems that I should use NSUnderlyingErrorKey.
2
2
Replying to
I really like this feature of NSError's design! And dislike most of the rest... :/ :/
Replying to
yeah, with NSError I don't feel like I'm putting the type system to work. But hey, at least the description impl is free...
1
1

