This commit is contained in:
2019-06-25 19:41:32 +00:00
parent 983f95cf7c
commit 04bd831a4d
5 changed files with 54 additions and 31 deletions

View File

@@ -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: