blob: db9318dddc5c28b24967eeab49a58790494e50af (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error Strings - Packrat Docs</title>
<link href="default.css" rel="stylesheet">
</head>
<body>
<h2>Error Strings</h2>
<a href="index.html">Return to Contents</a>
<p><strong>CAUTION:</strong> This is implementation information and should not be
relied upon in any way when using the library.</p>
<p>The format used in the exception message error strings is:<br>
<br>
s<em><SYMBOL_NAME></em>p<em><NUMBER></em><br>
<br>
There is one of these substrings for every error encountered, all concatenated
together in arbitrary order.</p>
</body>
</html>
|