MbmsErrors.StreamingErrors
  public
  static
  
  
  class
  MbmsErrors.StreamingErrors
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.telephony.mbms.MbmsErrors.StreamingErrors | 
Indicates the errors that are applicable only to the streaming use-case
Summary
Constants | |
|---|---|
int | 
        
          ERROR_CONCURRENT_SERVICE_LIMIT_REACHED
          Indicates that the middleware cannot start a stream due to too many ongoing streams  | 
    
int | 
        
          ERROR_DUPLICATE_START_STREAM
          Indicates that the app called
   | 
    
int | 
        
          ERROR_UNABLE_TO_START_SERVICE
          Indicates that the middleware was unable to start the streaming service  | 
    
Inherited methods | |
|---|---|
Constants
ERROR_CONCURRENT_SERVICE_LIMIT_REACHED
public static final int ERROR_CONCURRENT_SERVICE_LIMIT_REACHED
Indicates that the middleware cannot start a stream due to too many ongoing streams
Constant Value: 301 (0x0000012d)
ERROR_DUPLICATE_START_STREAM
public static final int ERROR_DUPLICATE_START_STREAM
Indicates that the app called
 MbmsStreamingSession.startStreaming(StreamingServiceInfo,
 java.util.concurrent.Executor, StreamingServiceCallback)
 more than once for the same StreamingServiceInfo.
Constant Value: 303 (0x0000012f)
ERROR_UNABLE_TO_START_SERVICE
public static final int ERROR_UNABLE_TO_START_SERVICE
Indicates that the middleware was unable to start the streaming service
Constant Value: 302 (0x0000012e)