|
Agora Java API Reference for Android
|
This class provides methods to retrieve error codes and error messages. More...
Public Member Functions | |
| Error (long nativeHandle) | |
| long | getNativeHandle () |
| Constants.ErrorCode | code () |
| Gets the error code returned from an API call. More... | |
| String | message () |
| Retrieves detailed error information. More... | |
Protected Member Functions | |
| void | finalize () |
This class provides methods to retrieve error codes and error messages.
| Constants.ErrorCode io.agora.rte.Error.code | ( | ) |
Gets the error code returned from an API call.
Call timing: You can call this method to get the error code when the API call fails.
ErrorCode for details. | String io.agora.rte.Error.message | ( | ) |
Retrieves detailed error information.
Call timing: When the API call fails, you can call this method to retrieve error information to help troubleshoot the issue.
1.8.18