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