MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Error

Method Error

pkg/errors/errors.go:43–45  ·  view source on GitHub ↗

Error returns the error message.

()

Source from the content-addressed store, hash-verified

41
42// Error returns the error message.
43func (e ErrParamNotFound) Error() string {
44 return "couldn't find '" + e.Name + "' in event parameters"
45}
46
47// IsParamNotFound returns true if the error is ErrParamNotFound.
48func IsParamNotFound(err error) bool {

Callers 7

TestTemplateUnknownFieldFunction · 0.45
TestTemplateEmptyFieldFunction · 0.45
TestTemplateSyntaxErrorFunction · 0.45
TestParamsFunction · 0.45
TestSequencerMonotonicFunction · 0.45
NewSequencerFunction · 0.45
ProcessEventMethod · 0.45

Calls

no outgoing calls

Tested by 6

TestTemplateUnknownFieldFunction · 0.36
TestTemplateEmptyFieldFunction · 0.36
TestTemplateSyntaxErrorFunction · 0.36
TestParamsFunction · 0.36
TestSequencerMonotonicFunction · 0.36
ProcessEventMethod · 0.36