We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0048655 commit aa251a2Copy full SHA for aa251a2
ocaml/idl/datamodel_errors.ml
@@ -538,7 +538,8 @@ let _ =
538
~doc:"You attempted an operation on a VM which is not suspendable." () ;
539
error Api_errors.vm_is_template ["vm"]
540
~doc:"The operation attempted is not valid for a template VM" () ;
541
- error Api_errors.other_operation_in_progress ["class"; "object"]
+ error Api_errors.other_operation_in_progress
542
+ ["class"; "object"; "operation_type"; "operation_ref"]
543
~doc:"Another operation involving the object is currently in progress" () ;
544
error Api_errors.vbd_not_removable_media ["vbd"]
545
~doc:"Media could not be ejected because it is not removable" () ;
0 commit comments