We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788869e commit bc3434cCopy full SHA for bc3434c
1 file changed
ocaml/idl/datamodel_errors.ml
@@ -392,8 +392,8 @@ let _ =
392
393
error Api_errors.vlan_tag_invalid ["VLAN"]
394
~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."
+ "The VLAN tag you gave was invalid -- it must be between 0 and 4094. The \
+ parameter echoes the VLAN tag you gave."
397
() ;
398
error Api_errors.network_contains_vif ["vifs"]
399
~doc:"The network contains active VIFs and cannot be deleted." () ;
0 commit comments