daml/ledger/ledger-api-errors
mziolekda 34743570bd
Rewire the build to use ledger-api within canton (#17959)
* Rewire the build to use ledger-api within canton

* same for canton-3

* fix buf

* fix buf again

* remove references to canton from canton-3x
2023-12-04 16:11:13 +01:00
..
src/main/scala/com/daml/error/definitions Allow for the construction of shared GlobalKeys. 2023-11-06 20:00:38 +00:00
BUILD.bazel Rewire the build to use ledger-api within canton (#17959) 2023-12-04 16:11:13 +01:00
README.md Remove sandbox on x (#16890) 2023-05-23 09:25:54 +02:00

Ledger error definitions

Home to error definitions commonly reported via the Ledger API server. These errors are generic wrt to the ledger backend used by the participant server.

Daml-LF dependencies

Multiple error definitions depend on Daml LF types whose Bazel targets pull in unrelated dependencies, such as the Daml engine.

TODO (https://github.com/digital-asset/daml/issues/15453): Extract Daml-LF interface types to separate package in order to decouple the error definitions from the Daml engine.