Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Aug 18, 2022
1 parent f275314 commit ece8a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public enum ErrorMessages {
"organization."),
ERROR_CODE_USER_ROOT_ORGANIZATION_NOT_FOUND("60058", "Unable to retrieve the root organization.",
"A root organization is not found for the authenticated user with ID: %s."),
ERROR_CODE_SUPER_ORG_ROLE_CREATE("60059", "Super organization level roles can't be created",
ERROR_CODE_SUPER_ORG_ROLE_CREATE("60059", "Organization roles can't be created in Super organization.",
"Organization %s can't manage organization roles."),

// Server errors.
Expand Down

0 comments on commit ece8a25

Please sign in to comment.