We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feec1d commit c459700Copy full SHA for c459700
src/JsonApiDotNetCore/Internal/Error.cs
@@ -29,6 +29,7 @@ public Error(string status, string title, string detail)
29
[JsonProperty("status")]
30
public string Status { get; set; }
31
32
+ [JsonIgnore]
33
public int StatusCode { get { return int.Parse(Status); } }
34
}
35
0 commit comments