MCPcopy
hub / github.com/davyxu/tabtoy / getErrorDesc

Function getErrorDesc

v3/report/error.go:14–21  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

12}
13
14func getErrorDesc(id string) string {
15
16 if lan, ok := ErrorByID[id]; ok {
17 return lan.CHS
18 }
19
20 return ""
21}
22
23func (self *TableError) Error() string {
24

Callers 1

ErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected