Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.ConfigServerException.ErrorCode
-
Packages that use ConfigServerException.ErrorCode Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of ConfigServerException.ErrorCode in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return ConfigServerException.ErrorCode Modifier and Type Method Description ConfigServerException.ErrorCodeConfigServerException. code()static ConfigServerException.ErrorCodeConfigServerException.ErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigServerException.ErrorCode[]ConfigServerException.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type ConfigServerException.ErrorCode Constructor Description ConfigServerException(ConfigServerException.ErrorCode code, String message, String context)
-