I am trying to trigger 'Encoding Transfer Error' Webhook Details for a specific Encoding on purpose to understand condition when it fires.
Retrieving VOD Encoding Information with the Bitmovin API says that TRANSFER_ERROR occurs when uploading artifact to Output fails.
Assigning invalid Azure Output (which has no corresponding container) to MP4 muxing fails as expected (Error transferring video.mp4 to your storage: Could not upload a file to Azure storage.
), but Encoding Error webhook is triggered instead of Encoding Transfer Webhook.
Question:
What is Encoding Transfer Error webhook?
When it fires?