inconsistent state fix

This commit is contained in:
GotPPay
2018-01-16 00:40:03 +01:00
parent a78189f1a1
commit 1a5f4586a8
2 changed files with 65 additions and 48 deletions

View File

@@ -13,9 +13,11 @@ constants.amazonResultCodes = {
constants.apiResultCodes = {
genericError : -1,
ok:0,
amazonError:1,
databaseError:2,
IDLengthError:3,
amazonError:1, //amazon api works, but error is some of the amazonResultCodes
amazonFail:2, //amazon api doesn't work
databaseError:3,
noSkill:4,
inconsistentState:5,
}
constants.skillIDLength = 24;