gh-pages / com.nextfaze.devfun.internal.exception / ExceptionInvokeResult

ExceptionInvokeResult

object ExceptionInvokeResult : InvokeResult (source)

Properties

Name Summary
exception val exception: Nothing?
Any exceptions thrown while attempting to invoke the function.
value val value: Nothing?
The return value of the function invocation.