inconsistent state fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user