You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that the return value is nil before attempting to do anything with 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
0 commit comments