Error Codes
Reference for error codes and messages.
Node Errors
Connection Errors
CONNECTION_FAILED- Failed to connect to CoreTLS_HANDSHAKE_FAILED- TLS handshake failedREGISTRATION_FAILED- Node registration failedAUTHENTICATION_FAILED- TOTP authentication failed
Configuration Errors
CONFIG_READ_FAILED- Failed to read configuration fileCONFIG_PARSE_FAILED- Failed to parse configurationCONFIG_INVALID- Configuration validation failedEMPTY_NODE_NAME- Node name cannot be emptyINVALID_NODE_TYPE- Invalid node type (must be “Full” or “Agent”)EMPTY_SERVER_ADDR- Server address is required
Honeypot Errors
HONEYPOT_NOT_FOUND- Honeypot not foundHONEYPOT_ALREADY_EXISTS- Honeypot already existsHONEYPOT_INSTALL_FAILED- Honeypot installation failedHONEYPOT_START_FAILED- Failed to start honeypotHONEYPOT_STOP_FAILED- Failed to stop honeypot
Core Errors
Node Management Errors
NODE_NOT_FOUND- Node not foundNODE_ALREADY_REGISTERED- Node already registeredINVALID_NODE_ID- Invalid node ID
Command Errors
COMMAND_FAILED- Command execution failedINVALID_COMMAND- Invalid command typeCOMMAND_TIMEOUT- Command execution timeout
Protocol Errors
PROTOCOL_VERSION_MISMATCH- Protocol version mismatchINVALID_MESSAGE_FORMAT- Invalid message formatMESSAGE_PARSE_FAILED- Failed to parse message
Error Response Format
Errors are returned in status updates:
{
"status": "Failed",
"message": "Error description"
}
Troubleshooting
See Troubleshooting Guide for common errors and solutions.