From 4323d06e967eff3adca7a38547dfa1537dd78912 Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Mon, 30 May 2022 12:59:59 +0200 Subject: [PATCH] More descriptive blank template error message --- template_get_blank.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template_get_blank.go b/template_get_blank.go index 32bb4c4..c576aea 100644 --- a/template_get_blank.go +++ b/template_get_blank.go @@ -22,7 +22,7 @@ func (o *oVirtClient) GetBlankTemplate(retries ...RetryStrategy) (result Templat return nil, newError( ENotFound, - "No blank template found. Please re-created the deleted default blank template.", + "No blank template found. Please re-created the deleted default blank template. The template must be a pure blank template with no disks, network interfaces, or other customizations added.", ) }