MasteringOpenCV / code

Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012.
Other
2.73k stars 1.65k forks source link

Check that the return value is nil before attempting to do anything with... #32

Closed SSteve closed 10 years ago

SSteve commented 10 years ago

... the NSError object

Apple's Error Handling Programming Guide (https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ ErrorHandlingCocoa/CreateCustomizeNSError/CreateCustomizeNSError.html) states that return values must be checked for nil or NO before attempting to do anything with the NSError object