Skip to content

Commit 9e52381

Browse files
Update control-flow-fail-activity.md
code typo ------- cc: @chez-charlie GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/83333
1 parent cd8aae4 commit 9e52381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/control-flow-fail-activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You might occasionally want to throw an error in a pipeline intentionally. A [Lo
2525
"name": "MyFailActivity",
2626
"type": "Fail",
2727
"typeProperties": {
28-
"message": "500",
29-
"errorCode": "My Custom Error Message"
28+
"errorCode": "500",
29+
"message": "My Custom Error Message"
3030
}
3131
}
3232

0 commit comments

Comments
 (0)