This commit is contained in:
2019-03-29 19:46:38 +00:00
parent 161820c071
commit a77270e295
3 changed files with 26 additions and 21 deletions

View File

@@ -10,8 +10,9 @@ namespace AyaNova.Api.ControllerHelpers
/// </summary>
public class ApiDetailError
{
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Code { get; internal set; }
/* WAIT, why does this have CODE AND Error??! */
// [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
// public string Code { get; internal set; }
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Message { get; internal set; }