Uses of Class
com.databricks.sdk.service.provisioning.ErrorType
-
Packages that use ErrorType Package Description com.databricks.sdk.service.provisioning -
-
Uses of ErrorType in com.databricks.sdk.service.provisioning
Methods in com.databricks.sdk.service.provisioning that return ErrorType Modifier and Type Method Description ErrorTypeNetworkHealth. getErrorType()static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.provisioning with parameters of type ErrorType Modifier and Type Method Description NetworkHealthNetworkHealth. setErrorType(ErrorType errorType)
-