RpcAuthNonceException

class RpcAuthNonceException(val nonce: ByteString) : RuntimeException

RPC authorization failure with nonce for retry.

Constructors

Link copied to clipboard
constructor(nonce: ByteString)

Properties

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