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

Method Error

errors.go:70–72  ·  view source on GitHub ↗

Error returns the error message contained in the DecodeError.

()

Source from the content-addressed store, hash-verified

68
69// Error returns the error message contained in the DecodeError.
70func (e *DecodeError) Error() string {
71 return "toml: " + e.message
72}
73
74// String returns the human-readable contextualized error. This string is
75// multi-line.

Calls

no outgoing calls