Skip to content

Commit

Permalink
More doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juri committed May 11, 2024
1 parent c1690f2 commit a4b87ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/DotEnvy/Load.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,12 @@ extension DotEnvironment {
}

extension DotEnvironment {
/// DotEnvironment loading failures.
public enum Failure: Error, Equatable {
/// The data at URL could not be decoded as UTF-8.
case dataDecodingError(URL)

/// A parsing error occurred parsing the String.
case parseError(ParseErrorWithLocation, String)
}
}

0 comments on commit a4b87ff

Please sign in to comment.