Uses of Enum Class
io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
Packages that use WatsonError.Code
-
Uses of WatsonError.Code in io.quarkiverse.langchain4j.watsonx.bean
Methods in io.quarkiverse.langchain4j.watsonx.bean that return WatsonError.CodeModifier and TypeMethodDescriptionWatsonError.Error.code()Returns the value of thecoderecord component.static WatsonError.CodeReturns the enum constant of this class with the specified name.static WatsonError.Code[]WatsonError.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkiverse.langchain4j.watsonx.bean with parameters of type WatsonError.CodeModifierConstructorDescriptionError(WatsonError.Code code, String message) Creates an instance of aErrorrecord class.