Search Results for

    Show / Hide Table of Contents

    Class EnvValidationResult

    Represents a container for the results of a validation.

    Inheritance
    Object
    EnvValidationResult
    Implements
    IEnumerable<String>
    IEnumerable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DotEnv.Core
    Assembly: DotEnv.Core.dll
    Syntax
    public class EnvValidationResult : IEnumerable<string>, IEnumerable

    Properties

    Name Description
    Count

    Gets the number of errors contained in the container.

    ErrorMessages

    Gets the error messages.

    Methods

    Name Description
    GetEnumerator()

    Returns an enumerator that iterates through the errors contained in the container.

    HasError()

    Checks if there has been an error.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core