From 7082d49f2a373c89a2252b6bfdf552f7a4fe7d6d Mon Sep 17 00:00:00 2001 From: acolytec3 <17355484+acolytec3@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:42:01 -0400 Subject: [PATCH] update withtrace code number --- jsonrpc/src/errors/errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonrpc/src/errors/errors.json b/jsonrpc/src/errors/errors.json index 43781ee..fd1cf9f 100644 --- a/jsonrpc/src/errors/errors.json +++ b/jsonrpc/src/errors/errors.json @@ -4,7 +4,7 @@ "message": "content not found" }, "ContentNotFoundErrorWithTrace": { - "code": -39001, + "code": -39002, "message": "content not found", "data": { "$ref": "#/components/schemas/traceResultObject"