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