Class ProblemDetails
Inheritance
System.Object
ProblemDetails
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class ProblemDetails : object
Properties
AdditionalProperties
Declaration
public System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Detail
Declaration
public string Detail { get; set; }
Property Value
Type |
Description |
System.String |
|
Instance
Declaration
public string Instance { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public int? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|