ErrorCode
RTE related status codes and error codes.
- Since
- v4.5.0
Enum Values
- OK
- 0: Operation succeeded.
- DEFAULT
- 1: General error (not classified under specific error reasons).
- INVALID_ARGUMENT
- 2: Invalid argument set in the method. For example, illegal characters in parameters, or a null object passed. Please reset the parameters.
- INVALID_OPERATION
- 3: Operation not supported in the current state, such as the object being destroyed or invalid.
- NETWORK_ERROR
- 4: Network error. Please check your connection.
- AUTHENTICATION_FAILED
- 5: Token authentication failed. Possible reasons include an invalid or expired token. Please check your token.
- STREAM_NOT_FOUND
- 6: Media stream not found. For example, after joining a channel, no stream is received from the host for over 10 seconds.