Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
Error
interface
{
10
Name() string
11
Code() int
12
Error() string
13
}
14
Callers
4
ThrowError
Method · 0.65
errorMessage
Function · 0.65
apiResultHandler
Function · 0.65
abortWithError
Method · 0.65
Implementers
8
failBanError
server/fail_ban.go
BadRequestError
common/errors/errors.go
UnauthorizedError
common/errors/errors.go
NotFoundError
common/errors/errors.go
NotAllowedError
common/errors/errors.go
PermissionDeniedError
common/errors/errors.go
UnsupportedError
common/errors/errors.go
RemoteApiError
common/errors/errors.go
Calls
no outgoing calls
Tested by
no test coverage detected