GCKError Class Reference

A subclass of NSError for framework errors. More...

#import <GCKError.h>

+ Inheritance diagram for GCKError:

Class Methods

(GCKError *) + errorWithCode:
 Constructs a GCKError with the given error code. More...
 
(GCKError *) + errorWithCode:customData:
 Constructs a GCKError with the given error code and optional custom data. More...
 
(NSString *) + enumDescriptionForCode:
 Returns the human-readable description for a given error code. More...
 

Detailed Description

A subclass of NSError for framework errors.

Method Documentation

+ (NSString *) enumDescriptionForCode: (GCKErrorCode)  code

Returns the human-readable description for a given error code.

+ (GCKError *) errorWithCode: (GCKErrorCode)  code

Constructs a GCKError with the given error code.

+ (GCKError *) errorWithCode: (GCKErrorCode)  code
customData: (id GCK_NULLABLE_TYPE)  customData 

Constructs a GCKError with the given error code and optional custom data.


The documentation for this class was generated from the following file: