Constants
The following constants are available globally.
-
MCD error domain.
Declaration
Objective-C
extern NSString *const MCD_ERROR_DOMAIN
Swift
let MCD_ERROR_DOMAIN: String
-
API error.
Declaration
Objective-C
extern const NSInteger MCD_ERROR_API
Swift
let MCD_ERROR_API: Int
-
Some input data is incorrect.
Declaration
Objective-C
extern const NSInteger MCD_ERROR_BAD_INPUT
Swift
let MCD_ERROR_BAD_INPUT: Int