All Products
Search
Document Center

Mobile Platform as a Service:CExceptionType

Last Updated:Apr 24, 2023

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
};