public final enum

DialError

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.ocast.core.DialError

Class Overview

Enumerates the different errors related to Dial

Summary

Enum Values
DialError  APPLICATION_NOT_FOUND  The application does not exists  
DialError  APPLICATION_NOT_RUNNING  Joining (see join) the application could not succeed as the application is not running  
DialError  INTERNAL_ERROR  An error occured on the server side  
DialError  NETWORK_ERROR  An error occured on the network  
DialError  TIMEOUT  The application could not start fast enough  
Public Methods
static DialError valueOf(String name)
final static DialError[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DialError APPLICATION_NOT_FOUND

The application does not exists

public static final DialError APPLICATION_NOT_RUNNING

Joining (see join) the application could not succeed as the application is not running

public static final DialError INTERNAL_ERROR

An error occured on the server side

public static final DialError NETWORK_ERROR

An error occured on the network

public static final DialError TIMEOUT

The application could not start fast enough

Public Methods

public static DialError valueOf (String name)

public static final DialError[] values ()