MCPcopy Index your code
hub / github.com/chain/txvm / Error

Method Error

errors/errors.go:24–26  ·  view source on GitHub ↗

It satisfies the error interface.

()

Source from the content-addressed store, hash-verified

22
23// It satisfies the error interface.
24func (e wrapperError) Error() string {
25 return e.msg
26}
27
28// Root returns the original error that was wrapped by one or more
29// calls to Wrap. If e does not wrap other errors, it will be returned

Callers 15

TestUnmarshalDurationFunction · 0.80
TestGenerateBlockFunction · 0.80
TestBadMaxNonceWindowFunction · 0.80
TestDuplicateLeavesFunction · 0.80
TestAllDuplicateLeavesFunction · 0.80
TestApplyTxSpendFunction · 0.80
TestApplyBlockFunction · 0.80
TestRefIDNonceFunction · 0.80
TestVMFuzzFunction · 0.80
TestNoValidateFunction · 0.80
TestHashUnmarshalTextFunction · 0.80
TestBlockBytesFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestUnmarshalDurationFunction · 0.64
TestGenerateBlockFunction · 0.64
TestBadMaxNonceWindowFunction · 0.64
TestDuplicateLeavesFunction · 0.64
TestAllDuplicateLeavesFunction · 0.64
TestApplyTxSpendFunction · 0.64
TestApplyBlockFunction · 0.64
TestRefIDNonceFunction · 0.64
TestVMFuzzFunction · 0.64
TestNoValidateFunction · 0.64
TestHashUnmarshalTextFunction · 0.64
TestBlockBytesFunction · 0.64