AKFErrorDetail
A more recent version of this class is available. Check out the latest version.
Constants
AKFServerErrorDomain
extern NSString *const AKFServerErrorDomain;
Declared In: AKFErrorDetail.h
Typedefs
AKFInvalidParameterValueErrorCode

The operation was not successful.

typedef NS_ENUM(NSInteger, AKFInvalidParameterValueErrorCode) {
/*!
*/
AKFInvalidEmailAddressError = 401, /*!
*/
AKFInvalidPhoneNumberError = 402, /*!
*/
AKFInvalidCodingValueError = 403, /*!
*/
AKFInvalidAccessTokenError = 404, /*!
*/
AKFInvalidAccountPreferenceKeyError = 405, /*!
*/
AKFInvalidAccountPreferenceValueError = 406, /*!
*/
AKFOperationNotSuccessful = 407,
};
Declared In: AKFErrorDetail.h
AKFLoginRequestInvalidatedErrorCode

The request has expired without completing.

typedef NS_ENUM(NSInteger, AKFLoginRequestInvalidatedErrorCode) {
/*!
*/
AKFLoginRequestExpiredError = 301,
};
Declared In: AKFErrorDetail.h
AKFServerErrorCode

An invalid parameter value was found.

typedef NS_ENUM(NSInteger, AKFServerErrorCode) {
/*!
*/
AKFInvalidServerParameterValueError = 201,
};
Discussion:

The SDK does not know how to handle this parameter value from the server.

Declared In: AKFErrorDetail.h
AKFServerResponseErrorCode

Detail error codes for server response errors.

typedef NS_ENUM(NSInteger, AKFServerResponseErrorCode) {
AKFServerResponseErrorCodeInvalidConfirmationCode = 15003,
};
Declared In: AKFErrorDetail.h
NS_ENUM

An invalid parameter value was found.

typedef NS_ENUM(NSInteger, AKFServerErrorCode) {
/*!
*/
AKFInvalidServerParameterValueError = 201,
};
Discussion:

The SDK does not know how to handle this parameter value from the server.

Declared In: AKFErrorDetail.h
NS_ENUM

The request has expired without completing.

typedef NS_ENUM(NSInteger, AKFLoginRequestInvalidatedErrorCode) {
/*!
*/
AKFLoginRequestExpiredError = 301,
};
Declared In: AKFErrorDetail.h
NS_ENUM

The operation was not successful.

typedef NS_ENUM(NSInteger, AKFInvalidParameterValueErrorCode) {
/*!
*/
AKFInvalidEmailAddressError = 401, /*!
*/
AKFInvalidPhoneNumberError = 402, /*!
*/
AKFInvalidCodingValueError = 403, /*!
*/
AKFInvalidAccessTokenError = 404, /*!
*/
AKFInvalidAccountPreferenceKeyError = 405, /*!
*/
AKFInvalidAccountPreferenceValueError = 406, /*!
*/
AKFOperationNotSuccessful = 407,
};
Declared In: AKFErrorDetail.h
NS_ENUM

Detail error codes for server response errors.

typedef NS_ENUM(NSInteger, AKFServerResponseErrorCode) {
AKFServerResponseErrorCodeInvalidConfirmationCode = 15003,
};
Declared In: AKFErrorDetail.h