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