From 62a35366e43ca0a75d2ffa0a90cf1431938f4321 Mon Sep 17 00:00:00 2001 From: acolytec3 <17355484+acolytec3@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:06:05 -0400 Subject: [PATCH] add traceResultObject to error data --- jsonrpc/src/errors/errors.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jsonrpc/src/errors/errors.json b/jsonrpc/src/errors/errors.json index 666f1fe..46a261c 100644 --- a/jsonrpc/src/errors/errors.json +++ b/jsonrpc/src/errors/errors.json @@ -1,6 +1,9 @@ { "ContentNotFoundError": { "code": -32099, - "message": "content not found" + "message": "content not found", + "data": { + "$ref": "#/components/schemas/traceResultObject" + } } } \ No newline at end of file