node::ReadRawError

Reason a raw block read from disk failed.

Synopsis

Declared in <node/blockstorage.h>

enum class ReadRawError : int;

Members

NameDescription
IO A filesystem I/O error occurred while reading.
BadPartRange The requested byte sub-range lies outside the stored block.