Skip to content

Commit

Permalink
chore: tags (#208)
Browse files Browse the repository at this point in the history
* Add network-issues tag
  • Loading branch information
Wolvinny authored Jul 22, 2024
1 parent f16d6fb commit ff136e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,3 +1195,11 @@ Relative paths base:
- [`require`](https://nodejs.org/api/modules.html#requireid) resolves relative paths based on the file's location.
- [`fs`](https://nodejs.org/api/fs.html) methods (e.g. [`fs.readFile`](https://nodejs.org/api/fs.html#fspromisesreadfilepath-options)) resolve paths based on the current working directory.
"""

[network]
keywords = ["network-issues", "connection-reset", "socket-error"]
content = """
Errors such as `ECONNRESET`, `ConnectTimeoutError`, `SocketError: other side closed` indicate a network issue
* Free or shared hosting providers often come with significant limitation
* Another indication of these issues are 'Unknown Interaction' errors.
"""

0 comments on commit ff136e8

Please sign in to comment.