IR: Proper error in SendIrnop

This commit is contained in:
wheremyfoodat 2025-07-03 02:56:25 +03:00
parent dc7f8a48bd
commit 2a0661f968
3 changed files with 14 additions and 8 deletions

View file

@ -0,0 +1,8 @@
#pragma once
#include "result_common.hpp"
DEFINE_HORIZON_RESULT_MODULE(Result::IR, IR);
namespace Result::IR {
DEFINE_HORIZON_RESULT(NoDeviceConnected, 13, InvalidState, Status);
};