diff --git a/IMPLEMENTATION.md b/IMPLEMENTATION.md index 16c9d625a..3db44ba18 100644 --- a/IMPLEMENTATION.md +++ b/IMPLEMENTATION.md @@ -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" + } } ```