You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/pkg/errors/errors.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -150,8 +150,8 @@ To enable it, run:
150
150
IAAS_SECURITY_GROUP_RULE_PROTOCOL_PORT_RANGE_CONFLICT=`"port-range-min" and "port-range-max" attributes can't be provided if "protocol-name" is set to "icmp" or "ipv6-icmp"`
151
151
152
152
IAAS_SECURITY_GROUP_RULE_PROTOCOL_PARAMETERS_CONFLICT=`"icmp-parameter-code" and "icmp-parameter-type" attributes can't be provided if "protocol-name" is not "icmp" or "ipv6-icmp"`
153
-
154
-
IAAS_SERVER_NIC_ATTACH_MISSING_NIC_ID=`The "network-interface-id" flag must be provided if the "create" flag is not provided.`
153
+
154
+
IAAS_SERVER_NIC_ATTACH_MISSING_NIC_ID=`The "network-interface-id" flag must be provided if the "create" flag is not provided.`
155
155
156
156
IAAS_SERVER_NIC_DETACH_MISSING_NIC_ID=`The "network-interface-id" flag must be provided if the "delete" flag is not provided.`
157
157
)
@@ -170,7 +170,7 @@ type SecurityGroupRuleProtocolPortRangeConflictError struct {
0 commit comments