From 3c05469a116020f0b2ae9509b9b59e7f4d72e387 Mon Sep 17 00:00:00 2001 From: idkwh Date: Sat, 1 Nov 2025 21:19:48 +0100 Subject: [PATCH] add aliases for nhttp errors --- meta/error.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/error.js b/meta/error.js index 283402b..e80e528 100644 --- a/meta/error.js +++ b/meta/error.js @@ -232,8 +232,8 @@ const errorCodes = { "204906": "NHTTP_ERROR_BUFFULL: The receive buffer is full.", "204907": "NHTTP_ERROR_HTTPPARSE: HTTP header parsing failed.", "204908": "NHTTP_ERROR_CANCELED: The request was cancelled.", - "204909": "NHTTP_ERROR_REVOLUTIONSDK: NHTTP_Thread generation failed.", - "204910": "NHTTP_ERROR_REVOLUTIONWIFI: Returned when there is a problem with sending, receiving, or socket termination. Also returned when communication is blocked during sending, receiving, or termination.", + "204909": "NHTTP_ERROR_SDK: NHTTP_Thread generation failed.
This error is also known as NHTTP_ERROR_REVOLUTIONSDK and NHTTP_ERROR_TWLSDK", + "204910": "NHTTP_ERROR_WIFI: Returned when there is a problem with sending, receiving, or socket termination. Also returned when communication is blocked during sending, receiving, or termination.
This error is also known as NHTTP_ERROR_REVOLUTIONWIFI and NHTTP_ERROR_TWLWIFI", "204911": "NHTTP_ERROR_UNKNOWN: An abnormal/unknown value has been set to a method by NHTTP_CreateConnection.", "204912": "NHTTP_ERROR_DNS_PROXY: DNS resolution failed for the proxy server.", "204913": "NHTTP_ERROR_CONNECT_PROXY: Connection with the proxy server failed.",