ConfigurationError

public enum ConfigurationError : Swift.Error

A value representing an error when reading configurations.

Cases

  • Indicates that the given key could not be found in the information dictionary file (Info.plist).

    Declaration

    Swift

    case keyNotFound(String)