Skip to content

Commit

Permalink
Update docs for 6014 EXPIRED (#1324)
Browse files Browse the repository at this point in the history
Closes #1319
  • Loading branch information
chrisfillmore authored and joeyparrish committed Feb 27, 2018
1 parent 40e7524 commit 3494c2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/util/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,8 @@ shaka.util.Error.Code = {
'OFFLINE_SESSION_REMOVED': 6013,

/**
* The license has expired. This is triggered when playback is stalled on a
* 'waitingforkeys' event and there are any expired keys in the key status map
* of any active session.
* The license has expired. This is triggered when all keys in the key
* status map have a status of 'expired'.
*/
'EXPIRED': 6014,

Expand Down

0 comments on commit 3494c2e

Please sign in to comment.