EcosystemError

public enum EcosystemError : Error

Custom errors generated by the framework

  • A entity, of the given kind, was not found

    Declaration

    Swift

    case notFound(Kind)
  • A entity, of the given kind, was not matched

    Declaration

    Swift

    case mismatch(Any, Kind)
  • A entity, of the given kind, has circular dependencies

    Declaration

    Swift

    case circularDependency(Kind)
  • new entities demand conflicted with the population limit

    Declaration

    Swift

    case incompatibleWithPopulationThreshold(ofKind: Kind)