IOptionError
Namespace: Proffer.Configuration
An error reported from the options validation.
public interface IOptionError
Properties
PropertyName
Gets the name of the faulted property.
public abstract string PropertyName { get; }
Property Value
ErrorMessage
Gets the error message.
public abstract string ErrorMessage { get; }