Module IPManager
ID: 10
Name: IPNotFound
Description: No IP address for host #${host_id} available for subscription #${sub_id}. Allocate more IPs in appropriate pool bound to this host.
ID: 11
Name: InvalidIPId
Description: IP address #${ip_id} does not exist.
ID: 12
Name: EmptyIP
Description: Empty IP address encountered.
ID: 15
Name: IPNotConfiguredOnHost
Description: IP address ${ip_address} is not configured on host #${host_id}.
ID: 20
Name: IPAlreadyConfigured
Description: IP address ${ip} is already configured with id #${ip_id}.
ID: 25
Name: IPAlreadyMarked
Description: IP address ${ip_address} is already marked.
ID: 30
Name: PoolNotFound
Description: There is no appropriate pool found for IP address '${ip_address}' on host #${host_id}.
ID: 40
Name: NoSuchIPInAttachedPools
Description: IP address ${ip_address} does not belong any pool that is attached to the host #${host_id}.
ID: 50
Name: InvalidIPPoolRange
Description: Invalid IP pool range.
ID: 51
Name: InvalidIPPoolNetmask
Description: Invalid netmask of the IPPool.
ID: 52
Name: RemoveIPPoolWarning
Description: ${reason}
ID: 53
Name: NoSuchNetworkInterface
Description: No such network interface '${name}' on host #${host_id}.
ID: 54
Name: IntersectedIPPool
Description: Cannot attach/bind IP pool #${pool_id} to host #${host_id}. Pool ${pool_id} intersects with already attached pool ${new_pool_id}.
ID: 55
Name: IPsIsUsed
Description: IP address(es) from pool '${pool_name}' are used.
ID: 56
Name: NoSuchIPByIP
Description: There is no IP address ${ip_address} configured.
ID: 57
Name: PoolIsBound
Description: Cannot detach/remove IP pool ${pool_id} from host #${host_id}.
ID: 58
Name: NoSuchNetworkInterfaceID
Description: Network interface #${interface_id} does not exist.
ID: 59
Name: InvalidIPPoolPurpose
Description: Can not allocate IP from pool. Pool #${pool_id} is not configured for '${purpose}'.
ID: 500
Name: IncorrectInputData
Description: Internal error. Incorrect input data.
ID: 60
Name: NoSuchIPPool
Description: IP pool #${pool_id} does not exist.
ID: 70
Name: IPPoolAlreadyExists
Description: IP pool '${name}' already exists.
ID: 71
Name: IPPoolIsNotSuitableForNicWarning
Description: IP pool '${pool_name}' may not suitable for selected network interface '${nic_name}'(${nic_descr}). Please check IP range and subnet mask.
ID: 80
Name: InvalidPoolSharingMode
Description: Invalid IP pool sharing mode '${mode}'.
ID: 90
Name: IncorrectPoolAttachement
Description: IP pool #${pool_id} (owned by account #${pool_owner}) cannot be attached to host #${host_id} (owned by account #${host_owner}): ${reason}.
ID: 100
Name: PoolIsNotBound
Description: There is no IP pool #${pool_id} bound to host #${host_id}.
ID: 110
Name: PoolIsNotAttached
Description: There is no IP pool #${pool_id} attached to host #${host_id}.
ID: 120
Name: InvalidIPAddress
Description: IP address '${ip_address}' is not valid.
ID: 130
Name: NotSharedPoolRequired
Description: Incorrect IP pool sharing mode. Only IP pools available for 'specified customers' supported.
ID: 140
Name: PoolIsNotAssigned
Description: There is no IP pool #${pool_id} assigned to account #${account_id}.
ID: 150
Name: PoolAlreadyAssigned
Description: IP pool #${pool_id} is already assigned to account #${account_id}.
ID: 160
Name: EmptyHostName
Description: Empty host name.
ID: 161
Name: HostNameLabelTooLong
Description: Invalid host name '${hostname}': label too long. Maximum label length is 63.
ID: 162
Name: MisplacedDelimiter
Description: Invalid host name '${hostname}': misplaced delimiter.
ID: 163
Name: MisplacedHyphen
Description: Invalid host name '${hostname}': misplaced hyphen.
ID: 164
Name: InvalidCharacter
Description: Invalid host name '${hostname}': invalid character.
ID: 165
Name: NumericTLD
Description: Invalid host name '${hostname}': TLD should not be all numeric.
ID: 166
Name: BadHostNameLength
Description: Invalid host name '${hostname}': Maximum length is 255.
ID: 167
Name: InvalidCIDRMask
Description: Invalid CIDR mask '${mask}': mask must be integer value from 0 to 32.
ID: 170
Name: InvalidPrefixSize
Description: Pool prefix length must be an integer value from 8 to 128.
ID: 171
Name: InvalidSubnetPrefixSize
Description: Invalid subnet prefix size. Subnet prefix size must be more or equal to pool prefix size.
ID: 172
Name: InvalidIPv6Address
Description: IPv6 address '${addr}' is not valid.
ID: 173
Name: InvalidSubnet
Description: Subnet address range ('${ip_from}', '${ip_to}') is invalid.
ID: 174
Name: InvalidReverseZonePrefix
Description: Reverse zone prefix size '${prefix_size}' for ip '${ip}' is invalid.
ID: 175
Name: UnmatchedSizeAndAddress
Description: Pool prefix size '${prefix}' doesn't match pool prefix address '${ip}'. Bits which will be cut by prefix mask are not zero.
ID: 176
Name: IPv6NotSupported
Description: Can't provision IPv6 service to ${host_type}, please reconfigure system to exclude node ${host_name}(${host_id}) from service template ${st_id} provisioning.