RPCStreamTimeoutError

class RPCStreamTimeoutError(timeoutInMillis: Long) : Throwable, RPCError

Types

Companion
Link copied to clipboard
common
object Companion

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
debugMessage
Link copied to clipboard
common
open override val debugMessage: String
message
Link copied to clipboard
common
open val message: String?
statusCode
Link copied to clipboard
common
open override val statusCode: RPCError.StatusCode
timeoutInMillis
Link copied to clipboard
common
val timeoutInMillis: Long