MCPcopy Create free account
hub / github.com/evcc-io/evcc / Error

Method Error

util/decoder.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (e ConfigError) Error() string {
51 return e.err.Error()
52}
53
54func (e ConfigError) Unwrap() error {
55 return e.err

Callers 8

TestReplaceMultiFunction · 0.45
TestReplaceNoMatchFunction · 0.45
TestReplaceTemplateFunction · 0.45
ErrorAsJsonFunction · 0.45
TestYamlErrorFunction · 0.45
DefaultSchemeFunction · 0.45
TestRetryWithBackoffFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestReplaceMultiFunction · 0.36
TestReplaceNoMatchFunction · 0.36
TestReplaceTemplateFunction · 0.36
TestYamlErrorFunction · 0.36
TestRetryWithBackoffFunction · 0.36