Skip to content

Commit d033746

Browse files
tsmith512RebeccaTamachiro
authored andcommitted
[Stream] New live webhook for missing sub (#21809)
1 parent 6620c04 commit d033746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/stream/stream-live/webhooks.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ If there are issues detected with the input, the `event_type` will be `live_inpu
4747

4848
## Error codes
4949

50-
* `ERR_STORAGE_QUOTA_EXHAUSTED` – The account storage quota has been exceeded.
5150
* `ERR_GOP_OUT_OF_RANGE` – The input GOP size or keyframe interval is out of range.
5251
* `ERR_UNSUPPORTED_VIDEO_CODEC` – The input video codec is unsupported for the protocol used.
5352
* `ERR_UNSUPPORTED_AUDIO_CODEC` – The input audio codec is unsupported for the protocol used.
53+
* `ERR_STORAGE_QUOTA_EXHAUSTED` – The account storage quota has been exceeded. Delete older content or purcahse additional storage.
54+
* `ERR_MISSING_SUBSCRIPTION` – Unauthorized to start a live stream. Check subscription or log into Dash for details.
5455

5556
```json title="Example live_input.errored webhook payload"
5657
{

0 commit comments

Comments
 (0)