public enum UnbluStartAudioCallErrorType extends java.lang.Enum<UnbluStartAudioCallErrorType>
| Enum Constant and Description |
|---|
FATAL_ERROR
Internal error from the native code.
|
UNEXPECTED_EXECUTION_ERROR
Failed to start an audio call
|
| Modifier and Type | Method and Description |
|---|---|
static UnbluStartAudioCallErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnbluStartAudioCallErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnbluStartAudioCallErrorType FATAL_ERROR
public static final UnbluStartAudioCallErrorType UNEXPECTED_EXECUTION_ERROR
public static UnbluStartAudioCallErrorType[] values()
for (UnbluStartAudioCallErrorType c : UnbluStartAudioCallErrorType.values()) System.out.println(c);
public static UnbluStartAudioCallErrorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null