@Immutable public static class StandardResponse.LaunchErrorResponse extends StandardResponse
reason.StandardResponse.AppAvailabilityResponse, StandardResponse.CloseResponse, StandardResponse.DetailedErrorCode, StandardResponse.DeviceAddedResponse, StandardResponse.DeviceRemovedResponse, StandardResponse.DeviceUpdatedResponse, StandardResponse.ErrorReason, StandardResponse.ErrorResponse, StandardResponse.ErrorType, StandardResponse.LaunchErrorResponse, StandardResponse.MediaStatusResponse, StandardResponse.MultizoneStatusResponse, StandardResponse.PingResponse, StandardResponse.PongResponse, StandardResponse.ReceiverStatusResponse| Modifier and Type | Field and Description |
|---|---|
protected String |
reason
The error reason
|
requestId| Constructor and Description |
|---|
LaunchErrorResponse(long requestId,
String reason)
Creates a new instance using the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CastEvent.CastEventType |
getEventType() |
String |
getReason() |
String |
toString() |
getRequestIdprotected final String reason
public LaunchErrorResponse(long requestId,
String reason)
requestId - the request ID.reason - the error reason.public String getReason()
public CastEvent.CastEventType getEventType()
getEventType in class StandardResponseCastEvent.CastEventType to use when receiving this
StandardResponse.Copyright © 2022. All rights reserved.