Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbelChe/evil_minio
/ APIError
Struct
APIError
cmd/api-errors.go:53–57 ·
view source on GitHub ↗
APIError structure
Source
from the content-addressed store, hash-verified
51
52
// APIError structure
53
type
APIError
struct
{
54
Code string
55
Description string
56
HTTPStatusCode int
57
}
58
59
// APIErrorResponse - error response format
60
type
APIErrorResponse
struct
{
Callers
1
toAPIError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected