Class EnvValidationResult
Represents a container for the results of a validation.
Inherited Members
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. |