![]() |
Ignite Tools
|
common base class for parsing & writing More...
#import <UA_SBJsonBase.h>
Public Member Functions | |
(void) | - addErrorWithCode:description: |
(void) | - clearErrorTrace |
Protected Attributes | |
NSMutableArray * | errorTrace |
Properties | |
NSArray * | errorTrace |
Return an error trace, or nil if there was no errors. |
common base class for parsing & writing
This class contains the common error-handling code.
- (NSArray*) errorTrace [read, copy] |
Return an error trace, or nil if there was no errors.
Note that this method returns the trace of the last method that failed. You need to check the return value of the call you're making to figure out if the call actually failed, before you know call this method.