Skip to content

Commit 02b7f93

Browse files
committed
Add error string links
1 parent b7629e0 commit 02b7f93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docbuilder/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ pub fn init_type_linklist() -> HashMap<&'static str, &'static str> {
100100
hm.insert("Rcode 8", "protocol/response-codes");
101101
hm.insert("Rcode 9", "protocol/response-codes");
102102
hm.insert("Error String", "protocol/errors#table-of-errors");
103+
hm.insert("err-snapshot-busy", "protocol/errors/#table-of-errors");
104+
hm.insert("err-invalid-snapshot-name", "protocol/errors/#table-of-errors");
105+
hm.insert("err-snapshot-disabled", "protocol/errors/#table-of-errors");
103106
hm.insert("AnyArray", "protocol/data-types#any-array");
104107
hm.insert("Flat Array", "protocol/data-types#flat-array");
105108
hm.insert("Typed Array", "protocol/data-types#typed-array");

0 commit comments

Comments
 (0)