MCPcopy Create free account
hub / github.com/devld/go-drive / Code

Method Code

common/errors/errors.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type Error interface {
10 Name() string
11 Code() int
12 Error() string
13}
14

Callers 4

ThrowErrorMethod · 0.65
errorMessageFunction · 0.65
apiResultHandlerFunction · 0.65
abortWithErrorMethod · 0.65

Implementers 8

failBanErrorserver/fail_ban.go
BadRequestErrorcommon/errors/errors.go
UnauthorizedErrorcommon/errors/errors.go
NotFoundErrorcommon/errors/errors.go
NotAllowedErrorcommon/errors/errors.go
PermissionDeniedErrorcommon/errors/errors.go
UnsupportedErrorcommon/errors/errors.go
RemoteApiErrorcommon/errors/errors.go

Calls

no outgoing calls

Tested by

no test coverage detected