Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPP-618][Self-service error codes] Adapt error codes in ApiPackageService #11284

Merged
merged 10 commits into from
Oct 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
1
pbatko-da committed Oct 19, 2021
commit 12a8d169340c98d80ce2d79b8e56984bc7f6ed03
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ object LedgerApiErrors extends LedgerApiErrorGroup {
@Resolution(
"""Make sure the package id provided in the request has correct form.""".stripMargin
)
// TODO error codes: Consider replacing with a variant `LedgerApiErrors.CommandValidation.InvalidArgument` that does not imply command validation
object MalformedPackageId
extends ErrorCode(
id = "MALFORMED_PACKAGE_ID",