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