MCPcopy 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
53type APIError struct {
54 Code string
55 Description string
56 HTTPStatusCode int
57}
58
59// APIErrorResponse - error response format
60type APIErrorResponse struct {

Callers 1

toAPIErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected