nspectre - declarative validation for .NET

SpecificationResult.Error Property

Gets the error returned by the specification.

public NSpectre.Core.ValidationError Error {get;}

Implements

ISpecificationResult.Error

Remarks

If there are no errors, this property will be null.

See Also

SpecificationResult Class | NSpectre.Core.Implementation Namespace