public enum AudioSourceErrorReason extends Enum<AudioSourceErrorReason>
Enum Constant and Description |
---|
HTTPS_ERROR |
INTERNAL_SERVER_ERROR |
INVALID_URI_ERROR |
NOT_FOUND_ERROR |
SSL_HANDSHAKE_ERROR |
TIMEOUT_ERROR |
UNKNOWN_ERROR |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static AudioSourceErrorReason |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static AudioSourceErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioSourceErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudioSourceErrorReason UNKNOWN_ERROR
public static final AudioSourceErrorReason INTERNAL_SERVER_ERROR
public static final AudioSourceErrorReason NOT_FOUND_ERROR
public static final AudioSourceErrorReason SSL_HANDSHAKE_ERROR
public static final AudioSourceErrorReason TIMEOUT_ERROR
public static final AudioSourceErrorReason INVALID_URI_ERROR
public static final AudioSourceErrorReason HTTPS_ERROR
public static final AudioSourceErrorReason UNKNOWN_TO_SDK_VERSION
public static AudioSourceErrorReason[] values()
for (AudioSourceErrorReason c : AudioSourceErrorReason.values()) System.out.println(c);
public static AudioSourceErrorReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<AudioSourceErrorReason>
public static AudioSourceErrorReason fromValue(String text)
Copyright © 2023. All rights reserved.