ComposedInjectionError

public enum ComposedInjectionError<Key> : Error where Key : Hashable

A custom error that may be thrown by ComposedInjector. This error will always be embedded within InjectionError.

  • Contains the error of ComposedInjector#left and ComposedInjector#right when resolving. Will only be thrown if both fail.

    Declaration

    Swift

    case composed(Error, Error)