ErrorDialogContent

fun ErrorDialogContent(title: String, text: String, okText: String, onDismissRequest: () -> Unit = {})(source)

Renders the ErrorDialogContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

title

title value consumed by the API.

text

text value consumed by the API.

okText

ok text value consumed by the API.

onDismissRequest

callback invoked by the component.