Structures
The following structures are available globally.
-
An error thrown when an environment file being loaded either doesn’t exist or its source is not encodable.
See moreDeclaration
Swift
public struct FileError : LocalizedError, Equatable
-
An error thrown when the source of an environment file being parsed is invalid.
See moreDeclaration
Swift
public struct SyntaxError : LocalizedError, Equatable
-
A representation of an environment file.
See moreDeclaration
Swift
public struct File : CustomStringConvertible, ExpressibleByStringLiteral
extension File: Hashable