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 booleanequals(Object o)ServiceErrorCodegetErrorCode()StringgetMessage()inthashCode()ServiceErrorsetErrorCode(ServiceErrorCode errorCode)ServiceErrorsetMessage(String message)StringtoString()
-
-
-
Method Detail
-
setErrorCode
public ServiceError setErrorCode(ServiceErrorCode errorCode)
-
getErrorCode
public ServiceErrorCode getErrorCode()
-
setMessage
public ServiceError setMessage(String message)
-
getMessage
public String getMessage()
-
-