Skip to content

Commit

Permalink
Add Error Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hinrichsen committed Mar 11, 2016
1 parent e536e1c commit dcdb7d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/constants/AppFormErrorMessages.js
Expand Up @@ -67,7 +67,9 @@ const generalErrors = Util.deepFreeze({

const serverResponseMappings = Util.deepFreeze({
"error.path.missing": "Specify a path",
"error.minLength": "Command may not be blank"
"error.minLength": "Command may not be blank",
"error.expected.jsnumber": "A number is expected",
"error.expected.jsstring": "A string is expect"
});

const AppFormErrorMessages = {
Expand Down

0 comments on commit dcdb7d8

Please sign in to comment.