@@ -49,7 +49,7 @@ DEFINE_ERROR_T_MESSAGE_MAP(error)
4949 { duplicate_block, " duplicate block" },
5050 { duplicate_header, " duplicate header" },
5151
52- // / faults
52+ // faults
5353 { protocol1, " protocol1" },
5454 { protocol2, " protocol2" },
5555 { header1, " header1" },
@@ -90,7 +90,7 @@ DEFINE_ERROR_T_MESSAGE_MAP(error)
9090 { confirm12, " confirm12" },
9191 { confirm13, " confirm13" },
9292
93- // / server (url parse codes)
93+ // server (url parse codes)
9494 { empty_path, " empty_path" },
9595 { invalid_number, " invalid_number" },
9696 { invalid_hash, " invalid_hash" },
@@ -107,7 +107,11 @@ DEFINE_ERROR_T_MESSAGE_MAP(error)
107107 { invalid_component, " invalid_component" },
108108 { invalid_subcomponent, " invalid_subcomponent" },
109109 { extra_segment, " extra_segment" },
110- { unexpected_parse, " unexpected_parse" }
110+
111+ // server (rpc response codes)
112+ { not_found, " not_found" },
113+ { invalid_argument, " invalid_argument" },
114+ { not_implemented, " not_implemented" }
111115};
112116
113117DEFINE_ERROR_T_CATEGORY (error, " node" , " node code" )
0 commit comments