ErrorView

fun ErrorView(title: String = "データの取得に失敗しました", message: String = "時間をおいて再度お試しください", buttonLabel: String = "リトライ", onRetry: () -> Unit)(source)