15#import <Foundation/Foundation.h>
17#import "EMErrorCode.h"
35@property (nonatomic) EMErrorCode
code;
47#pragma mark - Internal SDK
66- (instancetype)initWithDescription:(NSString *)aDescription
67 code:(EMErrorCode)aCode;
86+ (instancetype _Nonnull)errorWithDescription:(NSString * _Nullable)aDescription
87 code:(EMErrorCode)aCode;
EMErrorCode code
Definition: EMError.h:35
NSString * errorDescription
Definition: EMError.h:44