2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
MAC STILL EXISTS
The MAC address specified still exists on this host.
Signature:
MAC_STILL_EXISTS(MAC)
MAP DUPLICATE KEY
You tried to add a key-value pair to a map, but that key is already there.
Signature:
MAP_DUPLICATE_KEY(type, param_name, uuid, key)
MESSAGE DEPRECATED
This message has been deprecated.
Signature:
MESSAGE_DEPRECATED(message)
MESSAGE METHOD UNKNOWN
You tried to call a method that does not exist. The method name that you used is echoed.
Signature:
MESSAGE_METHOD_UNKNOWN(method)
MESSAGE PARAMETER COUNT MISMATCH
You tried to call a method with the incorrect number of parameters. The fully-qualified method
name that you used, and the number of received and expected parameters are returned.
Signature:
MESSAGE_PARAMETER_COUNT_MISMATCH(method, expected, received)
NETWORK ALREADY CONNECTED
You tried to create a PIF, but the network you tried to attach it to is already attached to some
other PIF, and so the creation failed.
Signature:
NETWORK_ALREADY_CONNECTED(network, connected PIF)
297