Skip to content

Commit

Permalink
Improve err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Jan 23, 2024
1 parent df7effb commit 9408a38
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ public class DekRegistryErrors {

// HTTP 409
public static final String ALREADY_EXISTS_MESSAGE_FORMAT =
"Key '%s' already exists";
"Key '%s' already exists; use a different value";
public static final int ALREADY_EXISTS_ERROR_CODE = 40971;

public static final String TOO_MANY_KEYS_MESSAGE_FORMAT =
Expand Down

0 comments on commit 9408a38

Please sign in to comment.