Skip to content

Commit 785a0f8

Browse files
authored
[APIM][UUF]Update api-management-error-handling-policies.md
ADO https://dev.azure.com/msft-skilling/Content/_workitems/edit/323533
1 parent ad7e8b1 commit 785a0f8

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

articles/api-management/api-management-error-handling-policies.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
title: Error handling in Azure API Management policies | Microsoft Docs
33
description: Learn how to respond to error conditions that may occur during the processing of requests in Azure API Management.
44
author: dlepow
5-
manager: erikre
6-
ms.assetid: 3c777964-02b2-4f55-8731-8c3bd3c0ae27
75
ms.service: azure-api-management
86
ms.topic: article
9-
ms.date: 01/10/2020
7+
ms.date: 01/06/2025
108
ms.author: danlep
119
---
1210

@@ -77,9 +75,9 @@ When an error occurs and control jumps to the `on-error` policy section, the err
7775
| `Source` | string | Names the element where the error occurred. Could be either policy or a built-in pipeline step name. | Yes |
7876
| `Reason` | string | Machine-friendly error code, which could be used in error handling. | No |
7977
| `Message` | string | Human-readable error description. | Yes |
80-
| `Scope` | string | Name of the scope where the error occurred and could be one of "global", "product", "api", or "operation" | No |
78+
| `Scope` | string | Name of the [scope](api-management-howto-policies.md#scopes) where the error occurred. | No |
8179
| `Section` | string | Section name where error occurred. Possible values: "inbound", "backend", "outbound", or "on-error". | No |
82-
| `Path` | string | Specifies nested policy, for example "choose[3]/when[2]". | No |
80+
| `Path` | string | Specifies nested policy hierarchy, for example "choose\\otherwise\\choose[3]\\when[2]". Multiple instances of a nested policy are indexed from 1. | No |
8381
| `PolicyId` | string | Value of the `id` attribute, if specified by the customer, on the policy where error occurred | No |
8482

8583
> [!TIP]
@@ -175,11 +173,4 @@ and sending an unauthorized request will result in the following response:
175173

176174
![Unauthorized error response](media/api-management-error-handling-policies/error-response.png)
177175

178-
## Next steps
179-
180-
For more information working with policies, see:
181-
182-
- [Policies in API Management](api-management-howto-policies.md)
183-
- [Transform APIs](transform-api.md)
184-
- [Policy Reference](./api-management-policies.md) for a full list of policy statements and their settings
185-
- [Policy samples](./policy-reference.md)
176+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

0 commit comments

Comments
 (0)