MCPcopy
hub / github.com/sqlc-dev/sqlc / TypeNotFound

Function TypeNotFound

internal/sql/sqlerr/errors.go:90–96  ·  view source on GitHub ↗
(typ string)

Source from the content-addressed store, hash-verified

88}
89
90func TypeNotFound(typ string) *Error {
91 return &Error{
92 Err: NotFound,
93 Code: "42704",
94 Message: fmt.Sprintf("type %q", typ),
95 }
96}
97
98func FunctionNotFound(fun string) *Error {
99 return &Error{

Callers 2

getTypeMethod · 0.92
TestUpdateErrorsFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestUpdateErrorsFunction · 0.74