| Package | Description |
|---|---|
| engineer.nightowl.sonos.api.enums | |
| engineer.nightowl.sonos.api.exception |
| Modifier and Type | Method and Description |
|---|---|
static SonosErrorCode |
SonosErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonosErrorCode[] |
SonosErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SonosErrorCode |
SonosApiError.getErrorCode()
Getter for the field
errorCode. |
| Modifier and Type | Method and Description |
|---|---|
void |
SonosApiError.setErrorCode(SonosErrorCode errorCode)
Setter for the field
errorCode. |
| Constructor and Description |
|---|
SonosApiError(SonosErrorCode errorCode,
String reason)
Constructor for SonosApiError.
|
Copyright © 2018. All rights reserved.