AKFErrorDeveloperMessageKey
extern NSString *const AKFErrorDeveloperMessageKey;
AKFError.h
AKFErrorCode
A parameter value that is entered is invalid.
typedef NS_ENUM(NSInteger, AKFErrorCode) { /*! */ AKFNetworkConnectionError = 100, /*! */ AKFServerError = 200, /*! */ AKFLoginRequestInvalidatedError = 300, /*! */ AKFInvalidParameterValueError = 400, };
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.
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, };
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.
AKFError.h