Uses of Class
ai.vespa.feed.client.FeedException
-
Uses of FeedException in ai.vespa.feed.client
Subclasses of FeedException in ai.vespa.feed.clientModifier and TypeClassDescriptionclassSignals that supplied JSON for a document/operation is invalidclassSignals that the document API in the feed container returned a failure result for a feed operation.classSignals that the client was unable to obtain a proper response/result from containerMethods in ai.vespa.feed.client that return types with arguments of type FeedExceptionMethods in ai.vespa.feed.client with parameters of type FeedExceptionModifier and TypeMethodDescriptiondefault voidJsonFeeder.ResultCallback.onError(FeedException error) Invoked if an unrecoverable error occurred during feed processing, after which no otherJsonFeeder.ResultCallbackmethods are invoked.default voidJsonFeeder.ResultCallback.onNextResult(Result result, FeedException error) Invoked after each operation has either completed successfully or failedConstructor parameters in ai.vespa.feed.client with type arguments of type FeedException