ERR_UNESCAPED_CHARACTERSERR_UNESCAPED_CHARACTERS
A string containing unescaped characters was passed where an escaped string was expected.
DOMException: InvalidStateErrorAn operation was attempted on an object that is in an invalid state for that operation.
The object is not in the right state for the requested operation. Common examples: calling methods on a closed WebSocket, modifying a completed XMLHttpRequest, or using an IndexedDB transaction after it completes.
Check the object's state before performing operations. For WebSocket, check readyState. For XMLHttpRequest, ensure the request is in the correct phase. Create new objects/transactions when the old ones have completed.
ERR_UNESCAPED_CHARACTERSA string containing unescaped characters was passed where an escaped string was expected.
ECONNABORTEDA connection was aborted, typically due to a timeout on the client side.
ECONNRESETThe remote server forcibly closed the connection.
EEXISTA file creation operation failed because the target path already exists.
DOMException: The operation was abortedAn operation was canceled via an AbortController signal.
URIErrorA global URI handling function (decodeURIComponent, encodeURI) received a malformed URI.