Class ProblemDetails
Inheritance
ProblemDetails
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class ProblemDetails
Properties
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Detail
Declaration
[JsonPropertyName("detail")]
public string Detail { get; set; }
Property Value
Instance
Declaration
[JsonPropertyName("instance")]
public string Instance { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public int? Status { get; set; }
Property Value
Title
Declaration
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
Type
Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value