RequestedPrehistoryHeader

open class RequestedPrehistoryHeader(val blockHash: Hash256, val lastBlock: iBlockHeader?) : HeadersNotForthcoming

Constructors

Link copied to clipboard
constructor(blockHash: Hash256, lastBlock: iBlockHeader?)

Properties

Link copied to clipboard
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Numerical problem identifier -- it is recommended that this be the string resource id for the shortMsg on platforms that support resources.

Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard

Indicates how the error should be logged and handled.

Link copied to clipboard
val shortMsg: String? = null

The exception "title". Useful for displaying in a the title bar

Functions

Link copied to clipboard
open override fun toString(): String