What are best practices for error handling when writing an API for the iphone?
        Posted  
        
            by OTisler
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by OTisler
        
        
        
        Published on 2010-03-30T15:03:56Z
        Indexed on 
            2010/03/30
            17:43 UTC
        
        
        Read the original article
        Hit count: 360
        
We are writing an API for iphone developers and we don't know what the best practice is for exception handling. We looked into NSError, standard POSIX way, NSException
What is the convention that most APIs use? Which is the most "Objective-C friendly"?
© Stack Overflow or respective owner