We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const ( ErrTypeEmptyQuery = 1 ErrTypeUnsupportedType = 2 ErrTypeOutOfRange = 3 ErrTypeNilResult = 4 ErrTypeTimeOut = 5 )
import "github.com/gojuukaze/YTask/v3/yerrors" yerrors.IsEqual(err, yerrors.ErrTypeNilResult)