1 // Copyright 2019 yuzu emulator team
2 // Licensed under GPLv2 or any later version
3 // Refer to the license.txt file included.
4 
5 #pragma once
6 
7 #include "core/hle/result.h"
8 
9 namespace Service::Friend {
10 
11 constexpr ResultCode ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
12 }
13