ClientFailureException

open class ClientFailureException @InternalKrosstalkApi constructor(methodName: String, cause: Throwable) : KrosstalkException

A Krosstalk call failed in the client. Happens when a request could not be made.

Constructors

Link copied to clipboard
fun ClientFailureException(methodName: String, cause: Throwable)

Properties

Link copied to clipboard
open override val cause: Throwable
Link copied to clipboard
val methodName: String

Sources

Link copied to clipboard