Inherits from NSError
Declared in KAGetResultError.h

Overview

GetResult API error that can be returned by KiiAnalyticsSDK

Class Methods

invalidDataErrorCode

The GetResult API error code of invalid data error.

+ (NSUInteger)invalidDataErrorCode

Return Value

The GetResult API error code of invalid data error.

Discussion

The GetResult API error code of invalid data error.

Declared In

KAGetResultError.h

notFoundErrorCode

The GetResult API error code of not found error.

+ (NSUInteger)notFoundErrorCode

Return Value

The GetResult API error code of not found error.

Discussion

The GetResult API error code of not found error.

Declared In

KAGetResultError.h

unauthorizedErrorCode

The GetResult API error code of unauthorized error.

+ (NSUInteger)unauthorizedErrorCode

Return Value

The GetResult API error code of unauthorized error.

Discussion

The GetResult API error code of unauthorized error.

Declared In

KAGetResultError.h

unexpectedErrorCode

The GetResult API error code of unexpected error.

+ (NSUInteger)unexpectedErrorCode

Return Value

The GetResult API error code of unexpected error.

Discussion

The GetResult API error code of unexpected error.

Declared In

KAGetResultError.h

Instance Methods

detailedErrorCode

The detailed error code of getResult API error.

- (NSString *)detailedErrorCode

Return Value

The detailed error code of getResult API error.

Discussion

The detailed error code of getResult API error.

Declared In

KAGetResultError.h

detailedMessage

The detailed message of getResult API error.

- (NSString *)detailedMessage

Return Value

The detailed message of getResult API error.

Discussion

The detailed message of getResult API error.

Declared In

KAGetResultError.h

domain

The domain name of getResult API error.

- (NSString *)domain

Return Value

The domain name of getResult API error. This method always return string of “com.kii.analytics.result”.

Discussion

The domain name of getResult API error.

Declared In

KAGetResultError.h

httpStatusCode

The http status code of getResult API error.

- (NSInteger)httpStatusCode

Return Value

The http status code of getResult API error.

Discussion

The http status code of getResult API error.

Declared In

KAGetResultError.h