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