MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / Error

Method Error

internal/types/types.go:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156func (self ParsingError) Error() string {
157 return "json: error when parsing input: " + self.Message()
158}
159
160func (self ParsingError) Message() string {
161 if int(self) < len(_ParsingErrors) {

Callers

nothing calls this directly

Calls 1

MessageMethod · 0.95

Tested by

no test coverage detected