Uses of Class
com.databricks.sdk.service.sql.ServiceErrorCode
-
Packages that use ServiceErrorCode Package Description com.databricks.sdk.service.sql -
-
Uses of ServiceErrorCode in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ServiceErrorCode Modifier and Type Method Description ServiceErrorCode
ServiceError. getErrorCode()
static ServiceErrorCode
ServiceErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceErrorCode[]
ServiceErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sql with parameters of type ServiceErrorCode Modifier and Type Method Description ServiceError
ServiceError. setErrorCode(ServiceErrorCode errorCode)
-