friends/database/3ds
Daniel López Guimaraes 8d8a05a7e2
Add missing error handling
Now database getters do error handling aswell, and in case of any error,
the NEX or GRPC method throws a proper error about it.

There are still some doubts on how to handle errors when a list of data
is processed, so for now skip that element on the list and continue.

Also add some constant errors to do better error handling.
2023-08-13 23:19:34 +01:00
..
get_friend_miis.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_friend_persistent_infos.go Add missing error handling 2023-08-13 23:19:34 +01:00
get_user_friends.go Add missing error handling 2023-08-13 23:19:34 +01:00
remove_friendship.go Add missing error handling 2023-08-13 23:19:34 +01:00
save_friendship.go Rename friends-secure to friends and remove Mongo 2023-08-13 01:05:08 +01:00
update_user_comment.go Rename friends-secure to friends and remove Mongo 2023-08-13 01:05:08 +01:00
update_user_favorite_game.go Rename friends-secure to friends and remove Mongo 2023-08-13 01:05:08 +01:00
update_user_last_online_time.go Rename friends-secure to friends and remove Mongo 2023-08-13 01:05:08 +01:00
update_user_mii.go Rename friends-secure to friends and remove Mongo 2023-08-13 01:05:08 +01:00
update_user_preferences.go Rename friends-secure to friends and remove Mongo 2023-08-13 01:05:08 +01:00
update_user_profile.go Rename friends-secure to friends and remove Mongo 2023-08-13 01:05:08 +01:00