FailRequestParameter

@Serializable
data class FailRequestParameter(val requestId: String, val errorReason: Network.ErrorReason)

Constructors

Link copied to clipboard
constructor(requestId: String, errorReason: Network.ErrorReason)

Properties

Link copied to clipboard

Causes the request to fail with the given reason.

Link copied to clipboard

An id the client received in requestPaused event.