#import <LoginError.h>
Instance Methods | |
| (NSString *) | - getErrorData |
More... | |
| (NSString *) | - getErrorTitle |
Properties | |
| NSString * | errorTitle |
| NSString * | errorData |
| |
Abstract class defined to encapsulate erros.
| - (NSString *) getErrorData |
The data associated with this error. AKA the error message.
Returns the error data associated with this error
| - (NSString *) getErrorTitle |
returns the error title associated with this error
1.8.8