MCPcopy 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.
20type Error struct {
21 Code ErrorCode `json:"code"`
22 Message string `json:"message"`
23}
24
25var _ error = &Error{}
26

Callers 15

VFunction · 0.85
WFunction · 0.85
seFunction · 0.85
leFunction · 0.85
SeFunction · 0.85
IeFunction · 0.85
zeFunction · 0.85
QeFunction · 0.85
XeFunction · 0.85
ztFunction · 0.85
OnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected