execute

open suspend override fun execute()

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.