public class Error extends Object
PlaybackFailedRequest.PlaybackFailedRequest| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns a human-readable description of the error, or
null if not present. |
ErrorType |
getType()
Returns the type of the
Error |
void |
setMessage(String message)
Sets the human-readable description of the error.
|
void |
setType(ErrorType type)
Sets the type of the
Error. |
public String getMessage()
null if not present.null if not present.public void setMessage(String message)
message - the human-readable description of the errorpublic ErrorType getType()
ErrorErrorpublic void setType(ErrorType type)
Error.type - the type of the ErrorCopyright © 2016. All rights reserved.