This commit is contained in:
2019-03-28 21:36:39 +00:00
parent 5db6953b6d
commit f0806f9c73
4 changed files with 26 additions and 12 deletions

View File

@@ -3,16 +3,16 @@ namespace AyaNova.Biz
public enum ValidationErrorType
{
RequiredPropertyEmpty = 1,
LengthExceeded = 2,
NotUnique = 3,
Now_api_code_2201_RequiredPropertyEmpty = 1,
Now_api_code_2202_LengthExceeded = 2,
Now_api_code_2206_NotUnique = 3,
StartDateMustComeBeforeEndDate = 4,
InvalidValue = 5,
ReferentialIntegrity = 6,
InvalidOperation = 7,
NotChangeable=8,
RequiredPropertyMissing = 9,
CustomRequiredPropertyEmpty = 10
Now_api_code_2205_RequiredPropertyMissing = 9,
Now_api_code_2204_CustomRequiredPropertyEmpty = 10
//!! NOTE - UPDATE api-validation-error-codes.md documentation when adding items