java.lang.Object |
↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
|
↳ |
com.amazonaws.ivs.player.ErrorType |
Summary
Enum Values |
ErrorType |
ERROR |
Generic error occurred |
ErrorType |
ERROR_AUTHORIZATION |
Error indicating a network resource is not authorized |
ErrorType |
ERROR_INVALID_DATA |
Data or input is invalid for the operation |
ErrorType |
ERROR_INVALID_PARAMETER |
Method parameter is invalid |
ErrorType |
ERROR_INVALID_STATE |
Class or object is an invalid state |
ErrorType |
ERROR_NETWORK |
Unspecified Network error |
ErrorType |
ERROR_NETWORK_IO |
Error indicating a network I/O failure |
ErrorType |
ERROR_NOT_AVAILABLE |
Error indicating a network resource is not available |
ErrorType |
ERROR_NOT_SUPPORTED |
Method or feature not supported |
ErrorType |
ERROR_NO_SOURCE |
No source present for the operation |
ErrorType |
ERROR_TIMEOUT |
Method or operation timed out |
ErrorType |
OK |
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
ErrorType
ERROR_AUTHORIZATION
Error indicating a network resource is not authorized
public
static
final
ErrorType
ERROR_INVALID_DATA
Data or input is invalid for the operation
public
static
final
ErrorType
ERROR_INVALID_PARAMETER
Method parameter is invalid
public
static
final
ErrorType
ERROR_INVALID_STATE
Class or object is an invalid state
public
static
final
ErrorType
ERROR_NETWORK
Unspecified Network error
public
static
final
ErrorType
ERROR_NETWORK_IO
Error indicating a network I/O failure
public
static
final
ErrorType
ERROR_NOT_AVAILABLE
Error indicating a network resource is not available
public
static
final
ErrorType
ERROR_NOT_SUPPORTED
Method or feature not supported
public
static
final
ErrorType
ERROR_NO_SOURCE
No source present for the operation
public
static
final
ErrorType
ERROR_TIMEOUT
Method or operation timed out
Public Methods
public
static
ErrorType
valueOf
(String name)