public class UPnPErrorResponse extends UPnPResponse
UPnPActionHandler on a UPnP server, and are
passed to a client in the
UPnPActionResponseHandler.| Constructor and Description |
|---|
UPnPErrorResponse(int errorCode,
String errorDescription,
UPnPActionInvocation action)
Construct the instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Get the error code.
|
String |
getErrorDescription()
Get the error description.
|
getActionInvocation, getHTTPResponseCodepublic UPnPErrorResponse(int errorCode,
String errorDescription,
UPnPActionInvocation action)
errorCode - The UPnP errorCode to be used for this error
response.errorDescription - The UPnP errorDescription to be used
for this error response.action - The action invocation that this error response
relates to.public int getErrorCode()
public String getErrorDescription()
Copyright © 2013 CableLabs. All Rights Reserved.