My Project
 All Classes Functions Properties
Instance Methods | Properties | List of all members
LoginError Class Reference

#import <LoginError.h>

Inheritance diagram for LoginError:
DefaultError EmailTakenError InvalidEmailError InvalidPasswordError NetworkError UserDoesNotExistError

Instance Methods

(NSString *) - getErrorData
 

The data associated with this error. AKA the error message.

More...
 
(NSString *) - getErrorTitle
 

Properties

NSString * errorTitle
 
NSString * errorData
 

The title of this particular error.


 

Detailed Description

Abstract class defined to encapsulate erros.

Method Documentation

- (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


The documentation for this class was generated from the following files: