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