package BitSrun import "errors" var ( ErrResultCannotFound = errors.New("result cannot found from response") )