#import <EMError.h>
EMError.h The SDK defined error.
- Author
- Hyphenate
- Version
- 3.00
The error defined by the SDK.
+ (instancetype _Nonnull) errorWithDescription: |
|
(NSString *_Nullable) |
aDescription |
code: |
|
(EMErrorCode) |
aCode |
|
|
| |
Creates an error instance.
- Parameters
-
aDescription | The Error description. |
aCode | The Error code. |
- Returns
- The Error instance.
- (instancetype) initWithDescription: |
|
(NSString *) |
aDescription |
code: |
|
(EMErrorCode) |
aCode |
|
|
| |
Initializes an error instance.
- Parameters
-
aDescription | The Error description. |
aCode | The Error code. |
- Returns
- The Error instance.
- (NSString*) errorDescription |
|
readwritenonatomiccopy |
The documentation for this class was generated from the following file: