Class ValidationFailureDto
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class ValidationFailureDto
- Inheritance
-
ValidationFailureDto
- Inherited Members
Properties
AttemptedValue
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public object AttemptedValue { get; set; }
Property Value
Code
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Code { get; set; }
Property Value
Message
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Message { get; set; }
Property Value
PropertyName
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string PropertyName { get; set; }
Property Value
Severity
public Severity Severity { get; set; }
Property Value
- Severity