9#import <Foundation/Foundation.h>
11#import "AgoraChatErrorCode.h"
23@property (nonatomic) AgoraChatErrorCode
code;
32#pragma mark - Internal SDK
43- (instancetype)initWithDescription:(NSString *)aDescription
44 code:(AgoraChatErrorCode)aCode;
55+ (instancetype _Nonnull)errorWithDescription:(NSString * _Nullable)aDescription
56 code:(AgoraChatErrorCode)aCode;
Definition: AgoraChatError.h:18
NSString * errorDescription
Definition: AgoraChatError.h:29
AgoraChatErrorCode code
Definition: AgoraChatError.h:23