Skip to content

Commit

Permalink
More descriptive blank template error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos committed May 30, 2022
1 parent 97421d8 commit 4323d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_get_blank.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)
}

Expand Down

0 comments on commit 4323d06

Please sign in to comment.