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
Description
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Description { get; set; }
Property Value
HelpLink
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string HelpLink { get; set; }
Property Value
Title
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Title { get; set; }
Property Value
Traces
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Traces { get; set; }
Property Value
Type
public ErrorType Type { get; set; }
Property Value
- ErrorType
ValidationFailures
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public ValidationFailureDto[] ValidationFailures { get; set; }