AKFError
A more recent version of this class is available. Check out the latest version.
Constants
AKFErrorDeveloperMessageKey
extern NSString *const AKFErrorDeveloperMessageKey;
Declared In: AKFError.h
AKFErrorDomain
extern NSString *const AKFErrorDomain;
Declared In: AKFError.h
AKFErrorObjectKey
extern NSString *const AKFErrorObjectKey;
Declared In: AKFError.h
AKFErrorUserMessageKey
extern NSString *const AKFErrorUserMessageKey;
Declared In: AKFError.h
Typedefs
AKFErrorCode

A parameter value that is entered is invalid.

typedef NS_ENUM(NSInteger, AKFErrorCode) {
/*!
*/
AKFNetworkConnectionError = 100, /*!
*/
AKFServerError = 200, /*!
*/
AKFLoginRequestInvalidatedError = 300, /*!
*/
AKFInvalidParameterValueError = 400,
};
Discussion:

The data passed into the SDK has an invalid value. In most cases this can be resolved by presenting UI to re-enter the data correctly. See AKFInvalidParameterValueErrorCode for underlying error codes.

Declared In: AKFError.h
NS_ENUM

A parameter value that is entered is invalid.

typedef NS_ENUM(NSInteger, AKFErrorCode) {
/*!
*/
AKFNetworkConnectionError = 100, /*!
*/
AKFServerError = 200, /*!
*/
AKFLoginRequestInvalidatedError = 300, /*!
*/
AKFInvalidParameterValueError = 400,
};
Discussion:

The data passed into the SDK has an invalid value. In most cases this can be resolved by presenting UI to re-enter the data correctly. See AKFInvalidParameterValueErrorCode for underlying error codes.

Declared In: AKFError.h