Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.ConfigServerException.ErrorCode
Packages that use ConfigServerException.ErrorCode
-
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.ErrorCodeModifier and TypeMethodDescriptionConfigServerException.code()Returns the enum constant of this class with the specified name.static ConfigServerException.ErrorCode[]ConfigServerException.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type ConfigServerException.ErrorCodeModifierConstructorDescriptionConfigServerException(ConfigServerException.ErrorCode code, String message, String context)