forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error handling for User Management exposed via daml-script (digital-a…
…sset#12416) * Error handling for User Management exposed via daml-script changelog_begin changelog_end adapt ScriptTest.daml to new user-management interface adapt create-daml-app Setup.daml to new user-management interface * Add deriving Ord for UserId * change example of invalid user-id char to "%" from "." (which is no longer illegal) * recover/reify ALREADY_EXISTS from GrpcLedgerClient.createuser * fix testcase expected order of users from daml-script listUsers * adapt create-saml-app Setup.daml to changed interface of user-management * reinstate sort lost in merge * sort user in ScriptService user-management test * improve comment for error foobar hack * improve doc comment for validateUserId * use upper case as test example for invalid user-id
- Loading branch information
1 parent
530509a
commit 0c13a4f
Showing
10 changed files
with
340 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.