onRenderError

var onRenderError: (commandId: String, error: Throwable) -> Unit?

Optional callback invoked when a render command fails to draw. Receives the command ID and the exception. The command is skipped. Null in production (errors are silently skipped).