public interface StreamException
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
StreamException.EventExpiredException
Live event expires, please set this live event to ended by
  
StreamManager.endLiveEvent(String) and create a new one by StreamManager.createLiveEvent(LiveEventConfig). | 
static class  | 
StreamException.InternalException
Internal error occurs. 
 | 
static class  | 
StreamException.InterruptedException
Current task is interrupted by developer. 
 | 
static class  | 
StreamException.LiveCountLimitException
Couldn't create new event because of limitation of user's live event count. 
 | 
static class  | 
StreamException.NetworkException
Couldn't connect to server. 
 | 
static class  | 
StreamException.NotFoundException
Couldn't find the live event. 
 | 
static class  | 
StreamException.PublishException
Thrown to indicate that the application has failed to publish a stream. 
 | 
static class  | 
StreamException.RequestRejectedException
This occurs when developer is trying to invoke a method with wrong parameter causing
  
IllegalArgumentException or calling a method in wrong state
 causing IllegalStateException. | 
static class  | 
StreamException.ServerException
An error occurs on server side. 
 | 
static class  | 
StreamException.StreamOccupiedException
The target live event is broadcasting or releasing the resources of last streaming, you may
 check whether there is other device streaming to this live event or not and try later. 
 | 
static class  | 
StreamException.UnauthorizedException
The user is unauthorized. 
 | 
static class  | 
StreamException.UnavailableException
The " 
available" flag of the live event is set to false. |