Error

public enum Error : Swift.Error

The errors which might occur during parsing a config file.

  • No config file with the given name could be found in the provided bundle.

    Declaration

    Swift

    case fileNotFound
  • The config file couldn’t be loaded for any reason.

    Declaration

    Swift

    case fileNotLoadable
  • The provided model’s type doesn’t match the config’s structure and thus couldn’t be decoded.

    Declaration

    Swift

    case configNotDecodable