Package com.databricks.sdk.service.sql
Class ServiceError
- java.lang.Object
-
- com.databricks.sdk.service.sql.ServiceError
-
@Generated public class ServiceError extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ServiceErrorCode
getErrorCode()
String
getMessage()
int
hashCode()
ServiceError
setErrorCode(ServiceErrorCode errorCode)
ServiceError
setMessage(String message)
String
toString()
-
-
-
Method Detail
-
setErrorCode
public ServiceError setErrorCode(ServiceErrorCode errorCode)
-
getErrorCode
public ServiceErrorCode getErrorCode()
-
setMessage
public ServiceError setMessage(String message)
-
getMessage
public String getMessage()
-
-