Reason a raw block read from disk failed.
Synopsis
Declared in <node/blockstorage.h>
enum class ReadRawError : int;
Members
Name |
Description |
|
A filesystem I/O error occurred while reading. |
|
The requested byte sub‐range lies outside the stored block. |
Created with MrDocs