/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.search/SearchErrorType
SearchErrorType
sealed class SearchErrorType
Inheritors
| NoResults |
| NoConnection |
| OtherError |
Types
| Name | Summary |
|---|---|
| NoConnection | object NoConnection : SearchErrorType |
| NoResults | data class NoResults(val query: String? = null) : SearchErrorType |
| OtherError | object OtherError : SearchErrorType |
Properties
| Name | Summary |
|---|---|
| searchText | val searchText: String? = null |