add aliases for nhttp errors

This commit is contained in:
idkwh 2025-11-01 21:19:48 +01:00
parent 78f08ecb4e
commit 3c05469a11

View File

@ -232,8 +232,8 @@ const errorCodes = {
"204906": "NHTTP_ERROR_BUFFULL: The receive buffer is full.", "204906": "NHTTP_ERROR_BUFFULL: The receive buffer is full.",
"204907": "NHTTP_ERROR_HTTPPARSE: HTTP header parsing failed.", "204907": "NHTTP_ERROR_HTTPPARSE: HTTP header parsing failed.",
"204908": "NHTTP_ERROR_CANCELED: The request was cancelled.", "204908": "NHTTP_ERROR_CANCELED: The request was cancelled.",
"204909": "NHTTP_ERROR_REVOLUTIONSDK: NHTTP_Thread generation failed.", "204909": "NHTTP_ERROR_SDK: NHTTP_Thread generation failed.<br><small>This error is also known as <code>NHTTP_ERROR_REVOLUTIONSDK</code> and <code>NHTTP_ERROR_TWLSDK</code></small>",
"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.", "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.<br/><small>This error is also known as <code>NHTTP_ERROR_REVOLUTIONWIFI</code> and <code>NHTTP_ERROR_TWLWIFI</code></small>",
"204911": "NHTTP_ERROR_UNKNOWN: An abnormal/unknown value has been set to a method by NHTTP_CreateConnection.", "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.", "204912": "NHTTP_ERROR_DNS_PROXY: DNS resolution failed for the proxy server.",
"204913": "NHTTP_ERROR_CONNECT_PROXY: Connection with the proxy server failed.", "204913": "NHTTP_ERROR_CONNECT_PROXY: Connection with the proxy server failed.",