fix: remove broken link for error handling (#1358)

* fix: remove broken link for error handling

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: remove broken link

* fix: update error handling new url

* fix: update error handling new url

* fix: update error handling new url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url

* fix: update error handling url
This commit is contained in:
Aroyan
2024-03-04 09:39:29 +08:00
committed by GitHub
parent ff8107c8df
commit 7dcb72628f
15 changed files with 16 additions and 17 deletions

View File

@@ -84,7 +84,7 @@ Um näher auf diese Themen eingehen zu können, müssen Sie sich ein grundlegend
Weitere Informationen zu den Grundlagen der Fehlerbehandlung siehe:
* [Fehlerbehandlung in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Fehlerbehandlung in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Aufbau leistungsfähiger Node-Anwendungen: Fehlerbehandlung](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop-Blog)
#### Was Sie unterlassen sollten

View File

@@ -82,7 +82,7 @@ Before diving into these topics, you should have a basic understanding of Node/E
For more on the fundamentals of error handling, see:
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog)
#### What not to do

View File

@@ -86,7 +86,7 @@ Antes de profundizar en estos temas, deberá tener unos conocimientos básicos d
Para obtener más información sobre los aspectos básicos del manejo de errores, consulte:
- [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
- [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
- [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blog StrongLoop)
#### Qué no debe hacer

View File

@@ -84,7 +84,7 @@ Avant de s'immerger dans les rubriques qui suivent, il est conseillé de posséd
Pour plus d'informations sur les bases du traitement des erreurs, voir :
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blogue StrongLoop)
#### A ne pas faire

View File

@@ -84,7 +84,7 @@ Prima di leggere questi argomenti, è necessario avere una conoscenza base della
Per ulteriori informazioni sulle nozioni di base della gestione degli errori, consultare:
* [Gestione degli errori in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Gestione degli errori in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Come creare applicazioni Node solide: Gestione degli errori](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blog di StrongLoop)
#### Cosa non fare

View File

@@ -81,7 +81,7 @@ Node アプリケーションは、キャッチされていない例外が発生
エラー処理のその他の基礎については、下記を参照してください。
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop ブログ)
#### 実行してはならないこと

View File

@@ -91,7 +91,7 @@ Node 앱은 처리되지 않은 예외가 발생할 때 충돌이 발생합니
오류 처리의 기본사항 대한 자세한 내용은 다음을 참조하십시오.
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/)(StrongLoop 블로그)
#### 수행하지 않아야 하는 항목

View File

@@ -122,9 +122,8 @@ convenção de retorno de chamada erros-first para tratar o erro de forma signif
Para obter mais informações sobre os fundamentos de manipulação de erros, consulte:
* [Manipulação de Erros no Node.js](https://www.joyent.com/developers/node/design/errors)
* [Construindo
Aplicativos Node Robustos: Manipulação de Erros](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blog do StrongLoop)
* [Manipulação de Erros no Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Construindo Aplicativos Node Robustos: Manipulação de Erros](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blog do StrongLoop)
#### O que não fazer

View File

@@ -84,7 +84,7 @@ app.use(compression())
Более подробная информация об основных принципах обработки ошибок приведена в разделе:
* [Обработка ошибок в Node.js](https://www.joyent.com/developers/node/design/errors)
* [Обработка ошибок в Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Разработка устойчивых к сбоям приложений Node: обработка ошибок](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (корпоративный блог StrongLoop)
#### Чего не нужно делать

View File

@@ -88,7 +88,7 @@ Predtým, ako sa hlbšie pustíme do týchto tém, mali by ste mať základné z
Pre viac informácií ohľadom základov error handlingu sa pozrite na:
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog)
#### Čo nerobiť

View File

@@ -81,7 +81,7 @@ Before diving into these topics, you should have a basic understanding of Node/E
For more on the fundamentals of error handling, see:
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog)
#### What not to do

View File

@@ -83,7 +83,7 @@ Bu konulara girmeden önce Node/Express istisna işleme ile ilgili temel bir anl
Hata işleme temelleri hakkında daha fazla bilgi için bakınız:
* [Node.js'te Hata İşleme](https://www.joyent.com/developers/node/design/errors)
* [Node.js'te Hata İşleme](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Güçlü Node Uygulamaları Yazmak: Hata İşleme](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blogu)
#### Ne yapmamalı

View File

@@ -84,7 +84,7 @@ Before diving into these topics, you should have a basic understanding of Node/E
For more on the fundamentals of error handling, see:
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog)
#### What not to do

View File

@@ -76,7 +76,7 @@ Node 应用程序在遇到未捕获的异常时会崩溃。不处理异常并采
有关错误处理基本知识的更多信息,请参阅:
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/)StrongLoop 博客)
#### 请勿执行以下操作

View File

@@ -85,7 +85,7 @@ Node 應用程式一旦遇到未捕捉到的異常狀況,就會當機。如果
如需進一步瞭解錯誤處理的基本概念,請參閱:
* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors)
* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors)
* [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog)
#### 禁止事項