FunctionException
open class FunctionException(val richMessage: InlineContent, val code: Int, val function: Function<*>) : PipelineException
A PipelineException thrown when an error related to a function or function call occurs.
Parameters
richMessage
formatted message to display
function
function the error is related to
Inheritors
Functions
Link copied to clipboard
Converts this exception to a renderable Node, and performs the error handling provided by the errorHandler strategy.