mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-01 09:59:15 +00:00
core: Replace all instances of ResultCode with Result
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
|
||||
namespace Service::NS {
|
||||
|
||||
constexpr ResultCode ERR_APPLICATION_LANGUAGE_NOT_FOUND{ErrorModule::NS, 300};
|
||||
constexpr Result ERR_APPLICATION_LANGUAGE_NOT_FOUND{ErrorModule::NS, 300};
|
||||
}
|
||||
Reference in New Issue
Block a user