-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
50 lines (31 loc) · 2.36 KB
/
error.html
File metadata and controls
50 lines (31 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html class="no-js" lang="en-AU">
<!-- This file is based off version 1.0 of Adrian's HTML5 Boilerplate at https://github.com/aidswidjaja/html5-boilerplate/ -->
<!-- Adrian's HTML5 Boilerplate is based off HTML5 Boilerplate from H5BP, distributed initially under the MIT License -->
<!-- Adrian's HTML5 Boilerplate is distributed under the Mozilla Public License 2.0 at https://www.mozilla.org/en-US/MPL/2.0/ -->
<head>
<meta charset="utf-8">
<title>Documented Errors – Train Facts</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<!-- Place favicon.ico in the root directory -->
<meta name="theme-color" content="#fafafa">
</head>
<body>
<h1 id="trainfacts">Train Facts</h1>
<h2 id="documentederrors">Documented Errors</h2>
<hr />
<h4 id="exceptioncode1ifnullreturned">Exception Code 1 - if null returned</h4>
<pre><code>[index] ?? '' # data, if null, 'x'
</code></pre>
<p>The Widget/.builder is unable to display the data pulled from the model class. If you are a developer, check the code pulling data from the model class. If you are an end user, contact the developer of Train Facts.</p>
<h4 id="exceptioncode2nointernet">Exception Code 2 - No Internet</h4>
<p>Either the device is unable to connect to the Internet, or the backend API has (most likely syntax) an error. If you are a developer, open your JSON file and check for missing commas, etc. If you are an end user, ensure you are connected to the Internet upon app startup. It will not automatically reconnect afterwards and you will have to restart the app if you connect to the Internet later.</p>
<h4 id="yellowtextonredbackgroundruntimeerror">Yellow Text on Red Background (Runtime error)</h3>
<p>The app has encountered a serious error, that was originally considered typesafe. Contact the developer of Train Facts, or <a href="https://github.com/TrainFacts/">file an issue on GitHub</a></p>
<h4 id="webviewnotworkingtranslateblogsite">WebView not working (Translate, Blog site)</h3>
<p>You are most likely not connected to the Internet. Alternatively, the website is down. </p>
</body>
</html>