result: Make fully constexpr, add ON_RESULT_INCLUDED

This commit is contained in:
FearlessTobi 2024-01-18 22:39:15 +01:00 committed by Liam
parent 3f6c5a0a08
commit 3b98aaef24
9 changed files with 57 additions and 29 deletions

View file

@ -301,7 +301,7 @@ Result NfcInterface::TranslateResultToServiceError(Result result) const {
return result;
}
if (result.module != ErrorModule::NFC) {
if (result.GetModule() != ErrorModule::NFC) {
return result;
}