Updated Problem Details API RFC references (7807 -> 9457)

This commit is contained in:
Jesse Ehrenzweig
2026-01-30 12:20:50 -05:00
parent 74476591c5
commit 206e276610
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ applyTo: '**/*.cs, **/*.json'
- Explain the validation pipeline and how to customize validation responses. - Explain the validation pipeline and how to customize validation responses.
- Demonstrate a global exception handling strategy using middleware. - Demonstrate a global exception handling strategy using middleware.
- Show how to create consistent error responses across the API. - Show how to create consistent error responses across the API.
- Explain problem details (RFC 7807) implementation for standardized error responses. - Explain problem details (RFC 9457) implementation for standardized error responses.
## API Versioning and Documentation ## API Versioning and Documentation

View File

@@ -67,7 +67,7 @@ applyTo: '**/*.cs'
- 検証パイプラインと、検証応答のカスタマイズ方法を説明します。 - 検証パイプラインと、検証応答のカスタマイズ方法を説明します。
- ミドルウェアを用いたグローバル例外処理戦略を示します。 - ミドルウェアを用いたグローバル例外処理戦略を示します。
- API 全体で一貫したエラー応答を作成する方法を示します。 - API 全体で一貫したエラー応答を作成する方法を示します。
- 標準化されたエラー応答のための Problem DetailsRFC 7807の実装を説明します。 - 標準化されたエラー応答のための Problem DetailsRFC 9457の実装を説明します。
## API のバージョニングとドキュメント ## API のバージョニングとドキュメント

View File

@@ -67,7 +67,7 @@ applyTo: '**/*.cs'
- Explain the validation pipeline and how to customize validation responses. - Explain the validation pipeline and how to customize validation responses.
- Demonstrate a global exception handling strategy using middleware. - Demonstrate a global exception handling strategy using middleware.
- Show how to create consistent error responses across the API. - Show how to create consistent error responses across the API.
- Explain problem details (RFC 7807) implementation for standardized error responses. - Explain problem details (RFC 9457) implementation for standardized error responses.
## API Versioning and Documentation ## API Versioning and Documentation