From d39965631cae501519bbc7e4df55b1cfdcbb8018 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Thu, 24 Jun 2021 20:08:56 +0200 Subject: Update abi spec and expected test output --- vespa-feed-client/abi-spec.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vespa-feed-client') diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json index d794fcf851a..faf189f1008 100644 --- a/vespa-feed-client/abi-spec.json +++ b/vespa-feed-client/abi-spec.json @@ -352,6 +352,18 @@ ], "fields": [] }, + "ai.vespa.feed.client.ResultException": { + "superClass": "ai.vespa.feed.client.FeedException", + "interfaces": [], + "attributes": [ + "public" + ], + "methods": [ + "public void (ai.vespa.feed.client.DocumentId, java.lang.String, java.lang.String)", + "public java.util.Optional getTrace()" + ], + "fields": [] + }, "ai.vespa.feed.client.ResultParseException": { "superClass": "ai.vespa.feed.client.FeedException", "interfaces": [], -- cgit v1.2.3