SparkServiceError Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. SparkServiceError
- com.
public final class SparkServiceError
The SparkServiceError model.
Constructor Summary
Constructor | Description |
---|---|
SparkServiceError() |
Creates an instance of Spark |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Get the error |
String |
getMessage()
Get the message property: The message property. |
Spark |
getSource()
Get the source property: The source property. |
Spark |
setErrorCode(String errorCode)
Set the error |
Spark |
setMessage(String message)
Set the message property: The message property. |
Spark |
setSource(SparkErrorSource source)
Set the source property: The source property. |
Methods inherited from java.lang.Object
Constructor Details
SparkServiceError
public SparkServiceError()
Creates an instance of SparkServiceError class.
Method Details
getErrorCode
public String getErrorCode()
Get the errorCode property: The errorCode property.
Returns:
getMessage
public String getMessage()
Get the message property: The message property.
Returns:
getSource
public SparkErrorSource getSource()
Get the source property: The source property.
Returns:
setErrorCode
public SparkServiceError setErrorCode(String errorCode)
Set the errorCode property: The errorCode property.
Parameters:
Returns:
setMessage
public SparkServiceError setMessage(String message)
Set the message property: The message property.
Parameters:
Returns:
setSource
public SparkServiceError setSource(SparkErrorSource source)
Set the source property: The source property.
Parameters:
Returns:
Applies to
Azure SDK for Java