Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
lang: en
title: Error Handling
title: Error Codes
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI, Error Handling
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Error-handling.html
permalink: /doc/en/lb4/Error-codes.html
redirect_from: /doc/en/lb4/Error-handling.html
---

## Known Error Codes

In order to allow clients to reliably detect individual error causes, LoopBack
sets the error `code` property to a machine-readable string.

Expand Down
8 changes: 4 additions & 4 deletions docs/site/sidebars/lb4_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,6 @@ children:
url: Mixin.html
output: 'web, pdf'

- title: 'Error handling'
url: Error-handling.html
output: 'web, pdf'

- title: 'Context'
url: Context.html
output: 'web, pdf'
Expand Down Expand Up @@ -560,6 +556,10 @@ children:
url: apidocs.index.html
output: 'web, pdf'

- title: 'Error codes'
url: Error-codes.html
output: 'web, pdf'

- title: 'CLI References'
url: Command-line-interface.html
output: 'web, pdf'
Expand Down