Skip to content

Commit

Permalink
Update IMPLEMENTATION
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Mar 4, 2019
1 parent 3388c98 commit 21926d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion IMPLEMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,10 @@ If the loadType is `LOAD_FAILED`, the response will contain an `exception` which
"loadType": "LOAD_FAILED",
"playlistInfo": {},
"tracks": [],
"exception": "The uploader has not made this video available in your country."
"exception": {
"friendlyMessage": "The uploader has not made this video available in your country.",
"severity": "COMMON"
}
}
```

Expand Down

0 comments on commit 21926d4

Please sign in to comment.