FactValidationError

FactValidationError class

This class is for Fact validation related error.

public class FactValidationError : ValidationError

Properties

NameDescription
Code { get; }Gets the validation error code.
Message { get; }Gets the error message.
Object { get; }Gets the Fact object which has validation error.

See Also