406406 Not Acceptable
The server cannot produce a response matching the list of acceptable values defined in the request's Accept headers.
20 error codes tagged with "encoding"
406The server cannot produce a response matching the list of acceptable values defined in the request's Accept headers.
415The server refuses the request because the Content-Type of the request body is not supported.
SyntaxError: JSON.parse unexpected characterJSON.parse() encountered invalid JSON syntax, such as single quotes, trailing commas, or unquoted keys.
URIErrorA global URI handling function (decodeURIComponent, encodeURI) received a malformed URI.
ERR_INVALID_URLAn invalid URL was passed to the URL constructor or a Node.js API.
ERR_UNESCAPED_CHARACTERSA string containing unescaped characters was passed where an escaped string was expected.
ERR_UNKNOWN_ENCODINGAn unknown or unsupported encoding was passed to a Node.js API.
UnicodeEncodeErrorA Unicode string could not be encoded to the target encoding.
UnicodeDecodeErrorA byte sequence could not be decoded using the specified encoding.
UnicodeTranslateErrorA Unicode translation operation failed for a specific character.
json.JSONDecodeErrorThe JSON decoder could not parse the provided string as valid JSON.
pickle.UnpicklingErrorThe pickle module could not deserialize the provided data.
struct.errorAn error occurred while packing or unpacking binary data with the struct module.
warning: CRLF will be replaced by LFGit is converting line endings from Windows-style (CRLF) to Unix-style (LF).
SyntaxError: JSON.parse: bad parsingFirefox-specific error message for invalid JSON passed to JSON.parse().
EILSEQAn invalid multibyte or wide character sequence was encountered during character conversion.
MySQL 1366The string contains characters invalid for the column's character set.
ERROR_NO_UNICODE_TRANSLATION (1113)No mapping for the Unicode character exists in the target code page.
UnsupportedEncodingExceptionA character encoding is not supported by the JVM.
CharConversionExceptionA character encoding or decoding operation encounters an invalid byte sequence.