RuleNotFoundError
public struct RuleNotFoundError : Error, InvalidMatchError
A LoadRule was configured for a Module, but was not found. This will cause the module feature
(collection/dispatching etc) not to happen. Contains rule ID and module ID strings.
-
Declaration
Swift
public var description: String { get }
View on GitHub