Package-level declarations
Types
Link copied to clipboard
Simple pipeline error handler that logs the error message.
Link copied to clipboard
Errors thrown when an I/O error occurs in the pipeline.
Link copied to clipboard
interface PipelineErrorHandler
Strategy used to handle errors that may occur across the pipeline.
Link copied to clipboard
An exception thrown during any stage of the pipeline.
Link copied to clipboard
Pipeline error handler that rethrows the incoming error and ignores the additional custom action. In a regular pipeline, this will cause the program to exit (see QuarkdownCli
from the cli
module).
Link copied to clipboard
Error thrown when trying to access the pipeline of a context that does not have an attached pipeline.