Inherits from NSError
Declared in MSFKError.h
MSFKError.m

Overview

The class for all MSFK framework errors.

@ingroup Utilities

Class Methods

enumDescriptionForCode:

Returns the name of the enum value for a given error code.

+ (NSString *)enumDescriptionForCode:(MSFKErrorCode)code

Discussion

Returns the name of the enum value for a given error code.

Declared In

MSFKError.h

Instance Methods

initWithCode:additionalUserInfo:

Designated initializer.

- (id)initWithCode:(MSFKErrorCode)code additionalUserInfo:(NSDictionary *)additionalUserInfo

Discussion

Designated initializer.

Declared In

MSFKError.h