This topic describes the exception types of Ant Cube Card.
Enumeration
/// Exception type
@property (nonatomic, assign) CExceptionType type;
typedef NS_ENUM(NSUInteger, CExceptionType) {
// JS exception
CExceptionTypeJavaScript = 0,
// The card style is abnormal.
CExceptionTypeStyle
};