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

Constructors

Link copied to clipboard
constructor(richMessage: InlineContent, code: Int, function: Function<*>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard