Agora Java API Reference for Android
|
Public Member Functions | |
Error (long nativeHandle) | |
long | getNativeHandle () |
Constants.ErrorCode | code () |
String | message () |
Protected Member Functions | |
void | finalize () |
Error class. Used to record the execution result of an interface call.
Constants.ErrorCode io.agora.rte.Error.code | ( | ) |
This interface is used to get the specific error code.
String io.agora.rte.Error.message | ( | ) |
This interface is used to get the specific error description.