NetworkError

data class NetworkError(val errorMessage: String?) : RcError

Network error
Gets returned when there are connection issues or the backend server is down

Constructors

Link copied to clipboard
constructor(errorMessage: String?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

the message that should be displayed to the user.

Link copied to clipboard
open val message: String?

Functions

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