Table of Contents

Class ErrorDto

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class ErrorDto
Inheritance
ErrorDto
Inherited Members

Properties

Code

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Code { get; set; }

Property Value

string

Description

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Description { get; set; }

Property Value

string
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string HelpLink { get; set; }

Property Value

string

Title

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Title { get; set; }

Property Value

string

Traces

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Traces { get; set; }

Property Value

string

Type

public ErrorType Type { get; set; }

Property Value

ErrorType

ValidationFailures

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public ValidationFailureDto[] ValidationFailures { get; set; }

Property Value

ValidationFailureDto[]