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 more

    Declaration

    Swift

    public struct FileError : LocalizedError, Equatable
  • An error thrown when the source of an environment file being parsed is invalid.

    See more

    Declaration

    Swift

    public struct SyntaxError : LocalizedError, Equatable
  • A representation of an environment file.

    See more

    Declaration

    Swift

    public struct File : CustomStringConvertible, ExpressibleByStringLiteral
    extension File: Hashable