summaryrefslogtreecommitdiff
path: root/doc/error_strings.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2021-01-23 02:38:49 +1100
committerJed Barber <jjbarber@y7mail.com>2021-01-23 02:38:49 +1100
commitc7195329c60123b2363ba13863f6951a21d0ff57 (patch)
tree35eb2388650888a4301f326812fa3e5554fff52b /doc/error_strings.html
parent0b0c4df3dc7b94c139c5305ea0991a34f0c43238 (diff)
Implementation detail docs, some old notes removed
Diffstat (limited to 'doc/error_strings.html')
-rw-r--r--doc/error_strings.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/error_strings.html b/doc/error_strings.html
new file mode 100644
index 0000000..db9318d
--- /dev/null
+++ b/doc/error_strings.html
@@ -0,0 +1,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>&lt;SYMBOL_NAME&gt;</em>p<em>&lt;NUMBER&gt;</em><br>
+ <br>
+ There is one of these substrings for every error encountered, all concatenated
+ together in arbitrary order.</p>
+
+
+ </body>
+</html>
+