All Products
Search
Document Center

Mobile Platform as a Service:CExceptionInfo

Last Updated:Nov 24, 2025

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;