aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-06-24 20:08:56 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-06-24 20:11:49 +0200
commitd39965631cae501519bbc7e4df55b1cfdcbb8018 (patch)
tree4dd598165eb8b8483a5fce1cc11ac5437045c615 /vespa-feed-client
parentfa41db1dc35098a28e4ea9b47319cc8977327332 (diff)
Update abi spec and expected test output
Diffstat (limited to 'vespa-feed-client')
-rw-r--r--vespa-feed-client/abi-spec.json12
1 files changed, 12 insertions, 0 deletions
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 <init>(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": [],