Uses of Enum Class
io.quarkiverse.langchain4j.watsonx.bean.WatsonxError.Code
Packages that use WatsonxError.Code
-
Uses of WatsonxError.Code in io.quarkiverse.langchain4j.watsonx.bean
Methods in io.quarkiverse.langchain4j.watsonx.bean that return WatsonxError.CodeModifier and TypeMethodDescriptionWatsonxError.Error.code()Returns the value of thecoderecord component.static WatsonxError.CodeReturns the enum constant of this class with the specified name.static WatsonxError.Code[]WatsonxError.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 WatsonxError.CodeModifierConstructorDescriptionError(WatsonxError.Code code, String message) Creates an instance of aErrorrecord class.