mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
Partial revert of 43958d43
In the tutorial, I mentioned clicking the error. That is a feature of the demo app and does not apply in context. This reverts the tutorial part of Change-Id I988a40c882adf7c3c9da856e7c850649efecadcf Change-Id: I782a5ebc2fc7bf744e2cb67890aae28a7817029a
This commit is contained in:
@@ -19,8 +19,8 @@ code 1001".
|
||||
#### Looking up error codes
|
||||
|
||||
Look at the Error we just logged. It has `category: 1`, `code: 1001`. To find
|
||||
out what that means, click on the error, which takes you to the docs for
|
||||
{@link shaka.util.Error}. There we find that `1001` means `BAD_HTTP_STATUS`:
|
||||
out what that means, check the docs for {@link shaka.util.Error}. There we find
|
||||
that `1001` means `BAD_HTTP_STATUS`:
|
||||
|
||||
> An HTTP network request returned an HTTP status that indicated a failure.
|
||||
> error.data[0] is the URI.
|
||||
|
||||
Reference in New Issue
Block a user