Reason a raw block read from disk failed.

Synopsis

Declared in <node/blockstorage.h>

enum class ReadRawError : int;

Members

Name

Description

IO

A filesystem I/O error occurred while reading.

BadPartRange

The requested byte sub‐range lies outside the stored block.

Created with MrDocs