This commit is contained in:
2019-03-28 22:04:25 +00:00
parent aad30d0da0
commit 456bb0badd
4 changed files with 73 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ namespace AyaNova.Biz
public class ValidationError
{
public ValidationErrorType ErrorType { get; set; }
public ApiErrorCode Code { get; set; }
public string Target { get; set; }
public string Message { get; set; }