Uses of Enum Class
io.quarkiverse.langchain4j.watsonx.bean.IAMError.Code
Packages that use IAMError.Code
-
Uses of IAMError.Code in io.quarkiverse.langchain4j.watsonx.bean
Methods in io.quarkiverse.langchain4j.watsonx.bean that return IAMError.CodeModifier and TypeMethodDescriptionIAMError.errorCode()Returns the value of theerrorCoderecord component.static IAMError.CodeReturns the enum constant of this class with the specified name.static IAMError.Code[]IAMError.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 IAMError.CodeModifierConstructorDescriptionIAMError(IAMError.Code errorCode, String errorMessage) Creates an instance of aIAMErrorrecord class.