FileError
public struct FileError : LocalizedError, Equatable
An error thrown when an environment file being loaded either doesn’t exist or its source is not encodable.
-
An absolute path to an environment file where an error occured. Defaults to
nilwhen an instance ofFileis created without a path.Declaration
Swift
public let filePath: String? -
See
LocalizedError.Declaration
Swift
public var errorDescription: String? { get }
View on GitHub
Install in Dash
FileError Structure Reference