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