Agora Java API Reference for Android
Public Member Functions | List of all members
io.agora.rte.exception.NetworkErrorException Class Reference
Inheritance diagram for io.agora.rte.exception.NetworkErrorException:
io.agora.rte.exception.RteException

Public Member Functions

 NetworkErrorException (String message)
 
Constants.ErrorCode errorCode ()
 Gets the error code carried by the RteException. More...
 
- Public Member Functions inherited from io.agora.rte.exception.RteException
 RteException (String message)
 
 RteException (String message, int errorCode)
 

Detailed Description

The NetworkErrorException class.

Since
v4.4.0

Member Function Documentation

◆ errorCode()

Constants.ErrorCode io.agora.rte.exception.NetworkErrorException.errorCode ( )

Gets the error code carried by the RteException.

Returns
The error code carried by this exception. See ErrorCode for details.

Reimplemented from io.agora.rte.exception.RteException.