MCPcopy
hub / github.com/pelletier/go-toml / String

Method String

errors.go:76–78  ·  view source on GitHub ↗

String returns the human-readable contextualized error. This string is multi-line.

()

Source from the content-addressed store, hash-verified

74// String returns the human-readable contextualized error. This string is
75// multi-line.
76func (e *DecodeError) String() string {
77 return e.human
78}
79
80// Position returns the (line, column) pair indicating where the error
81// occurred in the document. Positions are 1-indexed.

Callers 15

TestDecodeErrorFunction · 0.95
ExampleDecodeErrorFunction · 0.95
mainMethod · 0.95
convertFunction · 0.95
TestMarshalIndentTablesFunction · 0.45

Calls

no outgoing calls