Skip to content

Commit 215e213

Browse files
authored
Update api-management-error-handling-policies.md
1 parent 785a0f8 commit 215e213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When an error occurs and control jumps to the `on-error` policy section, the err
7777
| `Message` | string | Human-readable error description. | Yes |
7878
| `Scope` | string | Name of the [scope](api-management-howto-policies.md#scopes) where the error occurred. | No |
7979
| `Section` | string | Section name where error occurred. Possible values: "inbound", "backend", "outbound", or "on-error". | 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 |
80+
| `Path` | string | Specifies nested policy hierarchy, for example "choose[3]\\when[2]". Multiple instances of a nested policy are indexed from 1. | No |
8181
| `PolicyId` | string | Value of the `id` attribute, if specified by the customer, on the policy where error occurred | No |
8282

8383
> [!TIP]

0 commit comments

Comments
 (0)