Skip to content

Commit 68988e1

Browse files
authored
Merge pull request #178521 from MartinJaffer-MSFT/patch-31
Update control-flow-fail-activity.md
2 parents 06e3a5a + 9e52381 commit 68988e1

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)