diff --git a/meta/error.js b/meta/error.js index 3eb5036..7ac8ef6 100644 --- a/meta/error.js +++ b/meta/error.js @@ -124,6 +124,20 @@ const errorCodes = { "204804": "HTTP 504 Gateway Timeout", "204805": "HTTP 505 HTTP Version Not Supported", "204811": "HTTP 511 Network Authentication Required", + "204901": "NHTTP_ERROR_ALLOC", + "204902": "NHTTP_ERROR_TOOMANYREQ", + "204903": "NHTTP_ERROR_SOCKET", + "204904": "NHTTP_ERROR_DNS", + "204905": "NHTTP_ERROR_CONNECT", + "204906": "NHTTP_ERROR_BUFFULL", + "204907": "NHTTP_ERROR_HTTPPARSE", + "204908": "NHTTP_ERROR_CANCELED", + "204909": "NHTTP_ERROR_REVOLUTIONSDK", + "204910": "NHTTP_ERROR_REVOLUTIONWIFI", + "204911": "NHTTP_ERROR_UNKNOWN", + "204912": "NHTTP_ERROR_DNS_PROXY", + "204913": "NHTTP_ERROR_CONNECT_PROXY", + "204914": "NHTTP_ERROR_SSL", "204927": "IAS Unknown issuer of device cert", "204961": "SSL cipher error when trying to communicate with SOAP servers", "204992": "EC_ERROR_NHTTP_CRX",