This commit is contained in:
@@ -43,7 +43,7 @@ namespace AyaNova.Biz
|
||||
case ApiErrorCode.VALIDATION_INVALID_VALUE:
|
||||
return "Field is set to a non allowed value";
|
||||
case ApiErrorCode.VALIDATION_CUSTOM_REQUIRED_EMPTY:
|
||||
return "Customized form property set to required has an empty value";
|
||||
return "Customized form property is set to required but has an empty value";
|
||||
case ApiErrorCode.VALIDATION_MISSING_PROPERTY:
|
||||
return "Required property is missing entirel";
|
||||
case ApiErrorCode.VALIDATION_NOT_UNIQUE:
|
||||
|
||||
Reference in New Issue
Block a user