execute

open suspend override fun execute(): TextResponse

Executes ApiAction and returns its result. This function is suspendable.

Return

Api result as R.

Throws

PenicillinException

General Penicillin exceptions.

CancellationException

Thrown when coroutine scope is cancelled.