There isn't, filetype plugins cannot abort the input process and they definitely cannot interact witht he user, since they can be run in worker processes, in parallel, from the CLI, from the content server, etc.
I am assuming that your plugin is converting some custom format to a format calibre understands, so just have it return the original and that should be a good enough indication that your plugin failed.
|