MCPcopy
hub / github.com/TecharoHQ/anubis / Error

Method Error

lib/challenge/error.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (e *Error) Error() string {
32 return fmt.Sprintf("challenge: error when processing challenge: %s: %v", e.Verb, e.PrivateReason)
33}
34
35func (e *Error) Unwrap() error {
36 return e.PrivateReason

Callers 15

RenderIndexMethod · 0.80
TestPassChallengeXSSFunction · 0.80
issueChallengeMethod · 0.80
maybeReverseProxyMethod · 0.80
checkRulesMethod · 0.80
handleDNSBLMethod · 0.80
MakeChallengeMethod · 0.80
PassChallengeMethod · 0.80
checkMethod · 0.80
TestRedirectSecurityFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestPassChallengeXSSFunction · 0.64
TestRedirectSecurityFunction · 0.64
TestASNCheckerFunction · 0.64
BenchmarkWithCacheFunction · 0.64
TestGeoIPCheckerFunction · 0.64
TestFactoryValidFunction · 0.64
TestConfigValidKnownGoodFunction · 0.64
TestImportStatementFunction · 0.64
TestBotConfigZeroFunction · 0.64