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

Method Error

engine/errors.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (m *ColumnDoesNotExistError) Error() string {
31 return "column with the name of " + m.columnName + " doesn't exist in table " + m.tableName
32}
33
34// InvalidNumberOfParametersError - error thrown when user provides invalid number of expected parameters
35// (ex. fewer values in insert than defined )

Calls

no outgoing calls