MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / Error

Method Error

engine/errors.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (m *TableDoesNotExistError) Error() string {
21 return "table with the name of " + m.tableName + " doesn't exist"
22}
23
24// ColumnDoesNotExistError - error thrown when user tries to make operation on un-existing column
25type ColumnDoesNotExistError struct {

Calls

no outgoing calls