package model import "errors" var ( ErrAssociatedTaskExist = errors.New("associated task exist") )