Versions in this module Expand all Collapse all v1 v1.0.5 Feb 18, 2022 Changes in this version + var AccessDenied = newErrTemplate(core.ErrAccessDeniedError, "28000", ...) + func New(code core.Code, sqlState, message string) *err + func NewWithoutSQLState(code core.Code, message string) *err + type MySQLError interface + Code func() core.Code + Message func() string + Packet func() *packet.ERR + PrintClient func() string + PrintServer func() string + SQLState func() string