Searched refs:BkopsError (Results 1 – 2 of 2) sorted by relevance
34 class BkopsError : public std::runtime_error class39 class BkopsEnableFailure : public BkopsError43 BkopsError(std::format("Failed to enable BKOPS on {}", dev)) in BkopsEnableFailure()47 class BkopsIoctlFailure : public BkopsError51 BkopsError(std::format("Failed to run ioctl on {}: {}", dev, msg)) in BkopsIoctlFailure()
75 catch (const BkopsError& e) in EStoraged()