Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
Loading...
Searching...
No Matches
com.tritondigital.net.streaming.proxy.Proxy.StateChangedListener.ErrorDetail Enum Reference

All different reason for error, used when notifying the listener about an error (onServerError). More...

Public Attributes

 UNKNOWN
 
 MISSING_CLIENT
 Generic error, cause could not be identified.
 
 MISSING_SERVER
 Client was not set (use setClient).
 
 CLIENT_ERROR
 Server was not set (use setServer).
 
 SERVER_ERROR
 The client produced an error.
 

Detailed Description

All different reason for error, used when notifying the listener about an error (onServerError).

Member Data Documentation

◆ SERVER_ERROR

com.tritondigital.net.streaming.proxy.Proxy.StateChangedListener.ErrorDetail.SERVER_ERROR

The client produced an error.

Use getDetails() to debug.


The documentation for this enum was generated from the following file: