MCPcopy
hub / github.com/keploy/keploy / Error

Method Error

pkg/models/errors.go:16–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type AppErrorType string
15
16func (e AppError) Error() string {
17 if e.Err != nil {
18 return fmt.Sprintf("%s: %v", e.AppErrorType, e.Err)
19 }
20 return string(e.AppErrorType)
21}
22
23// AppErrorType is a type of error that can be returned by the application
24const (

Callers 15

startFunction · 0.45
maybeAttachDebugFileSinkFunction · 0.45
TestCreateTypeResolverFunction · 0.45
DrainErrGroupFunction · 0.45
IsShutdownErrorFunction · 0.45
LogErrorFunction · 0.45
DeleteFileIfNotExistsFunction · 0.45
attachLogFileToSentryFunction · 0.45

Calls

no outgoing calls