Debug a failed stream by inspecting its errors
FAILED
state, and it can be identified either by regularly polling the stream state or receiving a stream.failed
webhook notification.
The error details can be extracted from the stream components state. The response can look like this:
transcriber
and diarization
processors are in the ERROR
state. The stateDescription
field provides additional information about the error.
The External close signal received
message indicates that the processor was closed by either a cancel action from the user or from an automatic cancel due to other processor failure in the same pipeline.