From 10364a1c57a6d369e83c76c17a7841d25ace27e1 Mon Sep 17 00:00:00 2001 From: Carl Pulley <106966370+carlpulley-da@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:26:18 +0100 Subject: [PATCH] Clarify resolution for KNOWN_DAR_VERSION (#19510) --- .../digitalasset/canton/ledger/error/PackageServiceErrors.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/canton/community/ledger/ledger-common/src/main/scala/com/digitalasset/canton/ledger/error/PackageServiceErrors.scala b/sdk/canton/community/ledger/ledger-common/src/main/scala/com/digitalasset/canton/ledger/error/PackageServiceErrors.scala index 44f3b2f403..ac96eae3cf 100644 --- a/sdk/canton/community/ledger/ledger-common/src/main/scala/com/digitalasset/canton/ledger/error/PackageServiceErrors.scala +++ b/sdk/canton/community/ledger/ledger-common/src/main/scala/com/digitalasset/canton/ledger/error/PackageServiceErrors.scala @@ -281,7 +281,7 @@ object PackageServiceErrors extends PackageServiceErrorGroup { @Explanation( """This error indicates that the Dar upload failed upgrade checks because a package with the same version and package name has been previously uploaded.""" ) - @Resolution("Inspect the error message and contact support.") + @Resolution("Using a new package version, recompile and upload the newly compiled DAR.") object UpgradeVersion extends ErrorCode( id = "KNOWN_DAR_VERSION",