Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2020 Changes in this version + const ErrTypeEmptyQuery + const ErrTypeNilResult + const ErrTypeOutOfRange + 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 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