Skip to content

Commit

Permalink
generic error message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Sep 20, 2024
1 parent d19ab54 commit 45f1917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MuxPlayerSwift/Monitoring/Monitor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ class Monitor: ErrorDispatcher {
case 400:
return "The URL or playback ID was invalid. You may have used an invalid value as a playback ID."
case 403:
return "The video's secured drm-token has expired."
return "The video's secured drm-token is not authorized for this request. It may be expired or a token for another resource."
case 404:
return "This URL or playback ID does not exist. You may have used an Asset ID or an ID from a different resource."
case 412:
Expand Down

0 comments on commit 45f1917

Please sign in to comment.