|
HyphenateChatSDK 4.16.0
|
#import <EMError.h>
Instance Methods | |
| (instancetype) | - initWithDescription:code: |
Class Methods | |
| (instancetype _Nonnull) | + errorWithDescription:code: |
Properties | |
| EMErrorCode | code |
| NSString * | errorDescription |
| + (instancetype _Nonnull) errorWithDescription: | (NSString *_Nullable) | aDescription | |
| code: | (EMErrorCode) | aCode | |
Creates an error instance.
| aDescription | The Error description. |
| aCode | The Error code. |
| - (instancetype) initWithDescription: | (NSString *) | aDescription | |
| code: | (EMErrorCode) | aCode | |
Initializes an error instance.
| aDescription | The Error description. |
| aCode | The Error code. |
|
readwritenonatomicassign |
The error code.
|
readwritenonatomiccopy |
The error description.