Versions in this module Expand all Collapse all v2 v2.3.0 Dec 25, 2021 Changes in this version + const ErrTypeEmptyQuery + const ErrTypeNilResult + const ErrTypeOutOfRange + const ErrTypeServerStop + const ErrTypeTimeOut + const ErrTypeUnsupportedType + func IsEqual(err error, errType int) bool + type ErrEmptyQuery struct + func (e ErrEmptyQuery) Error() string + func (e ErrEmptyQuery) Type() int + type ErrNilResult struct + func (e ErrNilResult) Error() string + func (e ErrNilResult) Type() int + type ErrOutOfRange struct + func (e ErrOutOfRange) Error() string + func (e ErrOutOfRange) Type() int + type ErrServerStop struct + func (e ErrServerStop) Error() string + func (e ErrServerStop) Type() int + type ErrTimeOut struct + func (e ErrTimeOut) Error() string + func (e ErrTimeOut) Type() int + type ErrUnsupportedType struct + T string + func (e ErrUnsupportedType) Error() string + func (e ErrUnsupportedType) Type() int + type YTaskError interface + Error func() string + Type func() int