MCPcopy
hub / github.com/ergochat/ergo / Error

Method Error

irc/errors.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (ck *CertKeyError) Error() string {
94 return fmt.Sprintf("Invalid TLS cert/key pair: %v", ck.Err)
95}
96
97type ThrottleError struct {
98 time.Duration

Callers 15

getPasswordFromTerminalFunction · 0.45
doMkcertsFunction · 0.45
mainFunction · 0.45
ShutdownMethod · 0.45
checkBansMethod · 0.45
rehashMethod · 0.45
setupPprofListenerMethod · 0.45
setupAPIListenerMethod · 0.45
loadDatastoreMethod · 0.45
loadFromDatastoreMethod · 0.45
setupListenersMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestGenerateBatchIDFunction · 0.36
TestUserMasksFunction · 0.36
TestWhoFieldsFunction · 0.36