Comment puis-je voir un NSError?

Quel est le meilleur moyen pour enregistrer une NSError?

- (void)checkThing:(Thing *)thing withError:(NSError *)error {
    NSLog(@"Error: %@", error);
}

Me donne un null message

InformationsquelleAutor nevan king | 2009-10-13