ErrorHandler

fun interface ErrorHandler

Interface for handling errors within the SDK

Functions

Link copied to clipboard
abstract fun onError(error: Error)

Called when any error occurs

Link copied to clipboard
open fun reportDecoratorError(message: String)