PluginContextError.toolNotFound(name:)
Could not find a tool with the given name.
Declaration
case toolNotFound(name: String)Discussion
This could be either because it doesn’t exist, or because the plugin doesn’t have a dependency on it.
Could not find a tool with the given name.
case toolNotFound(name: String)This could be either because it doesn’t exist, or because the plugin doesn’t have a dependency on it.