RpcAuthException

class RpcAuthException(val message: String?, val rpcAuthError: RpcAuthError) : RuntimeException

RPC authorization failure.

Constructors

Link copied to clipboard
constructor(message: String?, rpcAuthError: RpcAuthError)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String?
Link copied to clipboard