Fail Activity in ADF and Synapse | How to Throw an Error Intentionally |#cloudknowledge

preview_player
Показать описание
Fail Activity in ADF and Synapse | How to Throw an Error Intentionally |#cloudknowledge

You might occasionally want to throw an error in a pipeline intentionally. A Lookup activity might return no matching data, or a Custom activity might finish with an internal error. Whatever the reason might be, now you can use a Fail activity in a pipeline and customize both its error message and error code.

Syntax:
{
"name": "MyFailActivity",
"type": "Fail",
"typeProperties": {
"errorCode": "500",
"message": "My Custom Error Message"
}
}
Рекомендации по теме
Комментарии
Автор

Make more videos. I am getting lots of help. Please keep posting videos

MyADF