public final class SparkServiceError extends Object
| Constructor and Description |
|---|
SparkServiceError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Get the errorCode property: The errorCode property.
|
String |
getMessage()
Get the message property: The message property.
|
SparkErrorSource |
getSource()
Get the source property: The source property.
|
SparkServiceError |
setErrorCode(String errorCode)
Set the errorCode property: The errorCode property.
|
SparkServiceError |
setMessage(String message)
Set the message property: The message property.
|
SparkServiceError |
setSource(SparkErrorSource source)
Set the source property: The source property.
|
public String getMessage()
public SparkServiceError setMessage(String message)
message - the message value to set.public String getErrorCode()
public SparkServiceError setErrorCode(String errorCode)
errorCode - the errorCode value to set.public SparkErrorSource getSource()
public SparkServiceError setSource(SparkErrorSource source)
source - the source value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.