Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/labstack/echo
/ apiError
Struct
apiError
httperror_external_test.go:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
type
apiError
struct
{
35
Code int
36
Body any
37
}
38
39
func
(e *apiError) StatusCode() int {
40
return
e.Code
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected