ServerUnreachable

data class ServerUnreachable(val throwable: <Error class: unknown class>) : RecommendedServerIssue

Server is unreachable. This happens when the server is overloaded, unstable or the client is unable to establish a connection.

Constructors

Link copied to clipboard
constructor(throwable: <Error class: unknown class>)

Properties

Link copied to clipboard
val throwable: <Error class: unknown class>