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:
Joey Parrish
2016-11-15 08:21:08 -08:00
parent 18da8e04dc
commit 3aea360b30
+2 -2
View File
@@ -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.