From 7bae7f5c39421b1ba1683b654f5be5a33e7dbfe8 Mon Sep 17 00:00:00 2001 From: Ocarinaoftime <89474990+Ocarinaoftime@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:28:39 -0400 Subject: [PATCH] Update error.js Add more WiiMart specific error codes --- meta/error.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/error.js b/meta/error.js index b22f407..07f6dd9 100644 --- a/meta/error.js +++ b/meta/error.js @@ -88,6 +88,9 @@ const errorCodes = { "204927": "IAS Unknown issuer of device cert", "204961": "SSL cipher error when trying to communicate with SOAP servers", "205007": "Invalid NAND Dump (Dolphin only)", + "205104": "Could not retrieve points balance", + "205114": "Could not convert points balance to integer", + "205124": "Cannot find sender friend code", "205540": "This software doesn't work in the vWii", "205617": "Wii Points card code invalid", "205618": "Wii Points card is for another country",