XBee Industrial Gateway Python application command errors
When you use the Web Service API from Remote Manager to send the commands provided by the XBee Industrial Gateway Python application, you may receive an error with an identifier. The following list displays all possible errors that may appear when sending commands to XBee Industrial Gateway Python application.
These errors do not generally appear during in normal operation. When setfailed, txfailed, or txfull appears, the most likely cause is network issues. These errors typically appear when you issue a command incorrectly.
ID | Description |
---|---|
address | Invalid address |
encoding | Unrecognized encoding |
badoutput | Invalid digital output value |
base64 | Unable to decode as base64 |
invalidattr | Attribute value is incorrect |
missingattr | Missing required command attribute |
toomanyattrs | Too many attributes were given |
setfailed | Remote node rejected set command |
txfailed | Transmit operation failed |
txfull | Too many outstanding transmits |
txstatus | TX Status delivery failure |
unexpected | Unexpected/unclassified error |