IviServiceApiBaseEvents

interface IviServiceApiBaseEvents : TraceEventListener

Functions

Link copied to clipboard
abstract fun onResultFailed(    functionName: String,     serviceId: IviServiceId,     exception: Exception)
Link copied to clipboard
abstract fun serviceFunctionCancellation(    functionName: String,     serviceId: IviServiceId,     exception: Exception)
Link copied to clipboard
abstract fun serviceFunctionFailedDueToException(    functionName: String,     serviceId: IviServiceId,     exception: Exception)
Link copied to clipboard
abstract fun serviceUnavailableOnAsyncFunctionCall(functionName: String, serviceId: IviServiceId)
Link copied to clipboard
abstract fun serviceUnavailableOnCoFunctionCall(functionName: String, serviceId: IviServiceId)

Inherited functions

Link copied to clipboard
open fun d(message: String, e: Throwable?)
Link copied to clipboard
open fun e(message: String, e: Throwable?)
Link copied to clipboard
open fun i(message: String, e: Throwable?)
Link copied to clipboard
open fun incorrectLogSignatureFound()
Link copied to clipboard
open fun v(message: String, e: Throwable?)
Link copied to clipboard
open fun w(message: String, e: Throwable?)