UiError

abstract class UiError

A type that represents an error that can happen during a search request. Used to render a title that can help a user to understand what has happened during the request.

Constructors

Link copied to clipboard
fun UiError()

Types

Link copied to clipboard

Error that happened because of the client's issue, for example, incorrect search parameters.

Link copied to clipboard
object Companion

Companion object.

Link copied to clipboard

Error that happened because of internet connection issue.

Link copied to clipboard

Error that happened because of the server's issue, for example, 500 http code or response format that could not be parsed.

Link copied to clipboard

Any other error.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard