Class RAiDValidationFailure
public class RAiDValidationFailure
- Inheritance
-
RAiDValidationFailure
- Inherited Members
Properties
ErrorType
[JsonPropertyName("errorType")]
public required string ErrorType { get; init; }
Property Value
FieldId
[JsonPropertyName("fieldId")]
public required string FieldId { get; init; }
Property Value
Message
[JsonPropertyName("message")]
public required string Message { get; init; }