Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/postgres-ai/database-lab-engine
/ Error
Struct
Error
engine/pkg/models/error.go:20–23 ·
view source on GitHub ↗
Error struct represents a response error.
Source
from the content-addressed store, hash-verified
18
19
// Error struct represents a response error.
20
type
Error
struct
{
21
Code ErrorCode `json:
"code"
`
22
Message string `json:
"message"
`
23
}
24
25
var
_ error = &Error{}
26
Callers
15
swagger-ui-bundle.js
File · 0.85
V
Function · 0.85
W
Function · 0.85
se
Function · 0.85
le
Function · 0.85
Se
Function · 0.85
Ie
Function · 0.85
ze
Function · 0.85
Qe
Function · 0.85
Xe
Function · 0.85
zt
Function · 0.85
On
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected