Skip to content

Commit bc3434c

Browse files
committed
vlan_tag_invalid: change the documentation string
Use a more generic message to permit to use it in other context than VLAN creation. Signed-off-by: Sebastien Marie <semarie@kapouay.eu.org>
1 parent 788869e commit bc3434c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ocaml/idl/datamodel_errors.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ let _ =
392392

393393
error Api_errors.vlan_tag_invalid ["VLAN"]
394394
~doc:
395-
"You tried to create a VLAN, but the tag you gave was invalid -- it must \
396-
be between 0 and 4094. The parameter echoes the VLAN tag you gave."
395+
"The VLAN tag you gave was invalid -- it must be between 0 and 4094. The \
396+
parameter echoes the VLAN tag you gave."
397397
() ;
398398
error Api_errors.network_contains_vif ["vifs"]
399399
~doc:"The network contains active VIFs and cannot be deleted." () ;

0 commit comments

Comments
 (0)