Interface: ErrorEvent
Description
Error information that the client receives through EventEmitter
- only if the client has implemented error handling.
For more information, see Add error handling.
Properties
errorCode
errorCode:
number
Error code received from the native SDK. Codes are listed here.
errorMessage
errorMessage:
string
Error message full error description received from the native SDK. Descriptions of errors are listed here.
eventType
eventType:
EventType
Log event. In case of ErrorEvent
, this value is always ErrorEvent
.