Skip to content

Commit

Permalink
Merge pull request #151 from dhaura/DP-add-login_hint-param
Browse files Browse the repository at this point in the history
Add Error Enum for Validating "login_hint" Attribute
  • Loading branch information
AnuradhaSK authored Aug 21, 2024
2 parents 23ba3e3 + 708ec31 commit 56e738a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,10 @@ public enum ErrorMessages {
"%s in organization with ID: %s"),
ERROR_CODE_ERROR_RETRIEVING_ORGANIZATIONS_META_ATTRIBUTES("65139", "Unable to retrieve " +
"the organizations' meta attributes.", "Server encountered an error while retrieving " +
"the organizations' meta attributes.");
"the organizations' meta attributes."),
ERROR_CODE_ERROR_VALIDATING_ORGANIZATION_LOGIN_HINT_ATTRIBUTE("65140", "Unable to validate the " +
"login hint attribute.", "Server encountered an error while validating the " +
"login hint attribute.");

private final String code;
private final String message;
Expand Down

0 comments on commit 56e738a

Please sign in to comment.