Skip to content

Commit

Permalink
Add missing TransactionId to com.daml.error.ErrorResource (#11396)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
tudor-da authored Oct 26, 2021
1 parent a2a1571 commit ba6c2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trait ErrorResource {
object ErrorResource {

private lazy val all =
Seq(ContractId, ContractKey, DalfPackage, LedgerId, CommandId)
Seq(ContractId, ContractKey, DalfPackage, LedgerId, CommandId, TransactionId)

def fromString(str: String): Option[ErrorResource] = all.find(_.asString == str)

Expand Down

0 comments on commit ba6c2be

Please sign in to comment.