FluentValidationProblemDetail Class

Summary

A validation error problem
graph BT Type-->Base0["Object"] Type["FluentValidationProblemDetail"] class Type type-node

Syntax

public class FluentValidationProblemDetail

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Constructors

Name Summary
FluentValidationProblemDetail(ValidationFailure) A validation error problem

Properties

Name Value Summary
AttemptedValue object
The property value that caused the failure.
ErrorCode string
Gets or sets the error code.
ErrorMessage string
The error message
PropertyName string
The name of the property.
Severity Severity
Custom severity level associated with the failure.

Extension Methods