MCPcopy Index your code
hub / github.com/FiloSottile/age / Error

Method Error

internal/format/format.go:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218}
219
220func (e *ParseError) Error() string {
221 return "parsing age header: " + e.err.Error()
222}
223
224func (e *ParseError) Unwrap() error {
225 return e.err

Callers 13

TestBech32Function · 0.45
testRoundTripFunction · 0.45
TestDecryptReaderAtFunction · 0.45
TestDecryptReaderAtEmptyFunction · 0.45

Calls

no outgoing calls

Tested by 13

TestBech32Function · 0.36
testRoundTripFunction · 0.36
TestDecryptReaderAtFunction · 0.36
TestDecryptReaderAtEmptyFunction · 0.36