public enum SonosPlaybackErrorCode extends Enum<SonosPlaybackErrorCode>
SonosPlaybackErrorCode class.
| Enum Constant and Description |
|---|
ERROR_CLOUD_QUEUE_SERVER |
ERROR_DISALLOWED_BY_POLICY |
ERROR_PLAYBACK_FAILED |
ERROR_PLAYBACK_NO_CONTENT |
ERROR_SKIP_LIMIT_REACHED |
| Modifier and Type | Method and Description |
|---|---|
static SonosPlaybackErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonosPlaybackErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SonosPlaybackErrorCode ERROR_CLOUD_QUEUE_SERVER
public static final SonosPlaybackErrorCode ERROR_DISALLOWED_BY_POLICY
public static final SonosPlaybackErrorCode ERROR_PLAYBACK_FAILED
public static final SonosPlaybackErrorCode ERROR_PLAYBACK_NO_CONTENT
public static final SonosPlaybackErrorCode ERROR_SKIP_LIMIT_REACHED
public static SonosPlaybackErrorCode[] values()
for (SonosPlaybackErrorCode c : SonosPlaybackErrorCode.values()) System.out.println(c);
public static SonosPlaybackErrorCode 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 nullCopyright © 2018. All rights reserved.