mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Allow split decoders (into sector record and data record).
This commit is contained in:
@@ -9,6 +9,7 @@ const std::string Sector::statusToString(Status status)
|
||||
case Status::OK: return "OK";
|
||||
case Status::BAD_CHECKSUM: return "bad checksum";
|
||||
case Status::MISSING: return "sector not found";
|
||||
case Status::DATA_MISSING: return "present but no data found";
|
||||
case Status::CONFLICT: return "conflicting data";
|
||||
default: return fmt::format("unknown error {}", status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user