Multiple choice

Which of the following information is not included in NSError object?

  1. Domain

  2. Code

  3. User info

  4. Application specific information

  5. Implemented code

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

NSError object does not have implemented code.