Optional
onThe name of the plugin that failed to validate.
The error that was thrown during validation.
void
to skip the plugin, or throw an error to stop the instancing process.
Optional
onWhat to do when the plugin throws an error during instancing.
You can either throw an error to stop the instancing process,
or return void
to skip the plugin.
The name of the plugin that failed to instantiate.
The error that was thrown during instancing.
void
to skip the plugin, or throw an error to stop the instancing process.
What to do when the options could not be validated against the schema. You can either throw an error to stop the instancing process, or return
void
to skip the plugin.