Clarify resolution for KNOWN_DAR_VERSION (#19510)

This commit is contained in:
Carl Pulley 2024-07-05 08:26:18 +01:00 committed by GitHub
parent 178358b6fe
commit 10364a1c57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",