This topic describes the properties of the Ant Cube Card exception information class.
Internet Properties
exceptionMessage
/// The exception information.
@property (nonatomic, copy) NSString *message;exceptionCardUid
/// The ID of the abnormal card.
@property (nonatomic, copy) NSString *cardUid;exceptionExtraInfo
/// Extended parameters for exception information
@property (nonatomic, copy) NSDictionary *extraInfo;