Uses of Class
dev.langchain4j.model.batch.BatchError
Packages that use BatchError
-
Uses of BatchError in dev.langchain4j.model.batch
Methods in dev.langchain4j.model.batch that return BatchErrorModifier and TypeMethodDescription@Nullable BatchErrorBatchItemResult.error()Returns the error, ornullif this request succeeded.BatchItemResult.Failure.error()Returns the value of theerrorrecord component.@Nullable BatchErrorBatchItemResult.Success.error()Methods in dev.langchain4j.model.batch that return types with arguments of type BatchErrorModifier and TypeMethodDescriptionBatchResponse.errors()Convenience view returning only the errors, in submission order.Methods in dev.langchain4j.model.batch with parameters of type BatchErrorModifier and TypeMethodDescriptionstatic <T> BatchItemResult<T> BatchItemResult.failure(BatchError error) Creates a failedBatchItemResult.Constructors in dev.langchain4j.model.batch with parameters of type BatchErrorModifierConstructorDescriptionFailure(BatchError error) Creates an instance of aFailurerecord class.