Constants
The following constants are available globally.
-
MPP error domain.
Declaration
Objective-C
extern NSString *const MPP_ERROR_DOMAIN
Swift
let MPP_ERROR_DOMAIN: String
-
API error.
Declaration
Objective-C
extern const NSInteger MPP_ERROR_API
Swift
let MPP_ERROR_API: Int
-
Some input data is incorrect.
Declaration
Objective-C
extern const NSInteger MPP_ERROR_BAD_INPUT
Swift
let MPP_ERROR_BAD_INPUT: Int