1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-03 04:47:07 +01:00

Improve VALIDATE error handling.

This commit is contained in:
hacksalot
2016-02-13 00:11:52 -05:00
parent c889664c31
commit dbef9f0a35
10 changed files with 62 additions and 38 deletions

View File

@ -32,7 +32,8 @@ Status codes for HackMyResume.
themeLoad: 22,
invalidParamCount: 23,
missingParam: 24,
createError: 25
createError: 25,
validateError: 26
};
}).call(this);