Versions in this module Expand all Collapse all v1 v1.0.0 Dec 13, 2023 Changes in this version + const AuthError + const DbError + const ParamsError + const PluginError + const RequestError + const Success + const UnknownError + var Overlap = func(o *options) + func IsCode(err error, code int) bool + func New(code int, e interface{}, opts ...optionFunc) error + type Code int + const ErrCodeBadArgument + const ErrCodeNone + const ErrCodeNotImplemented + type Error struct + func (e *Error) Code() int + func (e *Error) Error() string + func (e *Error) String() string