ConfigurationError

public enum ConfigurationError: Error

Used to represent the possible errors that can occur when configuring a Configuration object.

  • ReplacingClassNotASubclass: The class that is used to replace another class is not a subclass of that class.
  • The class that is used to replace another class is not a subclass of that class.

    Declaration

    Swift

    case replacingClassNotASubclass