Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/labstack/echo
/ customError
Struct
customError
echo_test.go:1275–1278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1273
}
1274
1275
type
customError
struct
{
1276
Code int
1277
Message string
1278
}
1279
1280
func
(ce *customError) StatusCode() int {
1281
return
ce.Code
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected