ErrorComposableContent

fun ErrorComposableContent(title: String, message: String, modifier: Modifier = Modifier)(source)

Renders the ErrorComposableContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

title

title value consumed by the API.

message

message value consumed by the API.

modifier

Compose modifier applied to the rendered UI.