AKFError
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.
Konstan
AKFErrorDeveloperMessageKey
extern NSString *const AKFErrorDeveloperMessageKey;
Dinyatakan dalam: AKFError.h
AKFErrorDomain
extern NSString *const AKFErrorDomain;
Dinyatakan dalam: AKFError.h
AKFErrorObjectKey
extern NSString *const AKFErrorObjectKey;
Dinyatakan dalam: AKFError.h
AKFErrorUserMessageKey
extern NSString *const AKFErrorUserMessageKey;
Dinyatakan dalam: 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.

Dinyatakan dalam: 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.

Dinyatakan dalam: AKFError.h