Uses of Record Class
io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Error
Packages that use WatsonError.Error
-
Uses of WatsonError.Error in io.quarkiverse.langchain4j.watsonx.bean
Methods in io.quarkiverse.langchain4j.watsonx.bean that return types with arguments of type WatsonError.ErrorModifier and TypeMethodDescriptionWatsonError.errors()Returns the value of theerrorsrecord component.Constructor parameters in io.quarkiverse.langchain4j.watsonx.bean with type arguments of type WatsonError.ErrorModifierConstructorDescriptionWatsonError(Integer statusCode, String trace, List<WatsonError.Error> errors) Creates an instance of aWatsonErrorrecord class.