Skip to content

ProblemDetails

Namespace: IntegrationTests.ApiClient

public class ProblemDetails

Inheritance ObjectProblemDetails

Properties

AdditionalProperties

public IDictionary<String, Object> AdditionalProperties { get; set; }

Property Value

IDictionary<String, Object>

Detail

public string Detail { get; set; }

Property Value

String

Instance

public string Instance { get; set; }

Property Value

String

Status

public Nullable<Int32> Status { get; set; }

Property Value

Nullable<Int32>

Title

public string Title { get; set; }

Property Value

String

Type

public string Type { get; set; }

Property Value

String

Constructors

ProblemDetails()

public ProblemDetails()