#import <AgoraChatError.h>
@header AgoraChatError.h @abstract The SDK defined error.
- 作者
- Hyphenate
- 版本
- 3.00
The error defined by the SDK.
◆ errorWithDescription:code:
| + (instancetype _Nonnull) errorWithDescription: |
|
(NSString *_Nullable) |
aDescription |
| code: |
|
(AgoraChatErrorCode) |
aCode |
|
|
| |
Creates an error instance.
- 参数
-
| aDescription | The Error description. |
| aCode | The Error code. |
- 返回
- The Error instance.
◆ initWithDescription:code:
| - (instancetype) initWithDescription: |
|
(NSString *) |
aDescription |
| code: |
|
(AgoraChatErrorCode) |
aCode |
|
|
| |
Initializes an error instance.
- 参数
-
| aDescription | The Error description. |
| aCode | The Error code. |
- 返回
- The Error instance.
◆ code
| - (AgoraChatErrorCode) code |
|
readwritenonatomicassign |
◆ errorDescription
| - (NSString*) errorDescription |
|
readwritenonatomiccopy |
该类的文档由以下文件生成: