We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7629e0 commit 02b7f93Copy full SHA for 02b7f93
docbuilder/src/main.rs
@@ -100,6 +100,9 @@ pub fn init_type_linklist() -> HashMap<&'static str, &'static str> {
100
hm.insert("Rcode 8", "protocol/response-codes");
101
hm.insert("Rcode 9", "protocol/response-codes");
102
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");
106
hm.insert("AnyArray", "protocol/data-types#any-array");
107
hm.insert("Flat Array", "protocol/data-types#flat-array");
108
hm.insert("Typed Array", "protocol/data-types#typed-array");
0 commit comments