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 c60ab6bbf6
commit 54372fdff5
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;
}