-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add initial docs pages for error handling in .net sdk.
Signed-off-by: jev jacob@jev.org.uk Signed-off-by: jev <jacob@jev.org.uk>
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
daprdocs/content/en/dotnet-sdk-docs/dotnet-error-handling/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "Error Handling .NET SDK" | ||
linkTitle: "Error handling" | ||
weight: 50000 | ||
description: Learn about Dapr error handling in the .NET SDK. | ||
--- |
7 changes: 7 additions & 0 deletions
7
...s/content/en/dotnet-sdk-docs/dotnet-error-handling/dotnet-richer-error-model.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "Richer Error Model in the .NET SDK" | ||
linkTitle: "Richer error model" | ||
weight: 59000 | ||
description: Learn how to use the richer error model in the .NET SDK. | ||
--- |