Contents

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.

See Also

Errors from the Plugin Context