Preparing search index...
The search index is not available
Chat SDK for React Native v1.6.0
react-native-chat-sdk
ChatError
Class ChatError
错误类,包含错误码和错误描述。
Hierarchy (
view full
)
ChatError
ChatException
Index
Constructors
constructor
Properties
code
description
Constructors
constructor
new
Chat
Error
(
params
)
:
ChatError
Parameters
params
:
{
code
:
number
;
description
:
string
;
}
code
:
number
description
:
string
Returns
ChatError
Properties
code
code
:
number
错误码。
详见原生代码平台 iOS 和 Android 错误码:
iOS:
http://docs-im-beta.easemob.com/document/ios/error.html
Android:
http://docs-im-beta.easemob.com/document/android/error.html
description
description
:
string
错误描述。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
description
react-native-chat-sdk
Loading...
错误类,包含错误码和错误描述。