R2D2 Error Codes: Difference between revisions
Jump to navigation
Jump to search
(Created page with "STATUS OK CALL CONNECTED SIM ALLOCATED OK ERROR ERROR INVALID PORT NUMBER ERROR PORT NOT STARTED ERROR TIMEOUT ERROR NOT REGISTERED ERROR NOT IDLE ERROR MUX NOT CONNECTED ERROR COMMAND IN PROGRESS ERROR NOT SUPPORTED ERROR URL TOO LONG ERROR MISSING PARAMETER ERROR FILE IO ERROR ERROR BAD PARAMETER ERROR WAITING SIM ALLOCATION ERROR SIM INIT IN PROGRESS ERROR NO INCOMING CALL ERROR NO USSD SESSION ERROR USSD COMMAND FAILED ERROR NOT CONNECTED ERROR TIMEOUT EXPIRED ERROR...") Tag: 2017 source edit |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
STATUS OK | {| class="wikitable" | ||
CALL CONNECTED | ! Error Code !! Comment | ||
SIM ALLOCATED | |- | ||
OK | | STATUS OK ||No error. | ||
ERROR | |- | ||
ERROR INVALID PORT NUMBER | |CALL CONNECTED | ||
ERROR PORT NOT STARTED | |Call has been connected. | ||
ERROR TIMEOUT | |- | ||
ERROR NOT REGISTERED | |SIM ALLOCATED | ||
ERROR NOT IDLE | |A SIM has been allocated. | ||
ERROR MUX NOT CONNECTED | |- | ||
ERROR COMMAND IN PROGRESS | |OK | ||
ERROR NOT SUPPORTED | |Ok status. | ||
ERROR URL TOO LONG | |- | ||
ERROR MISSING PARAMETER | |ERROR | ||
ERROR FILE IO ERROR | |Error unspecified. | ||
ERROR BAD PARAMETER | |- | ||
ERROR WAITING SIM ALLOCATION | |ERROR INVALID PORT NUMBER | ||
ERROR SIM INIT IN PROGRESS | |Error with Invalid Port Number. | ||
ERROR NO INCOMING CALL | |- | ||
ERROR NO USSD SESSION | |ERROR PORT NOT STARTED | ||
ERROR USSD COMMAND FAILED | |Error Port has not been started. | ||
ERROR NOT CONNECTED | |- | ||
ERROR TIMEOUT EXPIRED | |ERROR TIMEOUT | ||
ERROR CANT CREATE FILE | |Error with time-out. | ||
ERROR CALL DISCONNECTED | |- | ||
ERROR CANT OPEN FILE | |ERROR NOT REGISTERED | ||
ERROR CANT CREATE DSP CH | |Error not registered to network | ||
ERROR COMMAND NOT ENABLED BY PROTOCOL STACK STATE | |- | ||
ERROR CELL NOT SYNCHRONIZED | |ERROR NOT IDLE | ||
ERROR CELL LOST | |Error not idle | ||
ERROR CELL CAMPED EMERGENCY CALLS ONLY | |- | ||
ERROR CELL OUT OF BAND | |ERROR MUX NOT CONNECTED | ||
ERROR FAILED TO SET A CELL | |Error Mux is not connected. | ||
ERROR COMMAND NOT SUPPORTED | |- | ||
ERROR DELIVERY REPORT TIMEOUT | |ERROR COMMAND IN PROGRESS | ||
ERROR SIM NOT FOUND | |Error a command is in progress. | ||
ERROR PORT NOT FOUND | |- | ||
ERROR SIM IS DEACTIVATED | |ERROR NOT SUPPORTED | ||
ERROR PORT IS DEACTIVATED | |Error not supported | ||
ERROR SIM BUSY | |- | ||
ERROR PORT BUSY | |ERROR URL TOO LONG | ||
ERROR CDR FILE NOT FOUND | |Error supplied URL too long. | ||
ERROR CANT CREATE BACKUP FILE | |- | ||
ERROR GPS OFF | |ERROR MISSING PARAMETER | ||
ERROR GPS NOT SUPPORTED | |Error a parameter is missing. | ||
ERROR NOT ON HOOK | |- | ||
ERROR LIGHT ROBOT | |ERROR FILE IO ERROR | ||
ERROR FTP TRANSFER BROKEN | |Error file input/output error. | ||
ERROR CDR LINE NOT FOUND | |- | ||
ERROR INVALID ADAPTER NUMBER | |ERROR BAD PARAMETER | ||
ERROR NO FREE PORT | |Error bad parameter supplied. | ||
|- | |||
|ERROR WAITING SIM ALLOCATION | |||
|Error waiting a SIM to be allocated. | |||
|- | |||
|ERROR SIM INIT IN PROGRESS | |||
|Error SIM initialization is in progress. | |||
|- | |||
|ERROR NO INCOMING CALL | |||
|Error no incoming call received. | |||
|- | |||
|ERROR NO USSD SESSION | |||
|Error no USSD session established | |||
|- | |||
|ERROR USSD COMMAND FAILED | |||
|Error USSD command has failed. | |||
|- | |||
|ERROR NOT CONNECTED | |||
|Error not connected | |||
|- | |||
|ERROR TIMEOUT EXPIRED | |||
|Error timeout has expired | |||
|- | |||
|ERROR CANT CREATE FILE | |||
|Error cannot create file. | |||
|- | |||
|ERROR CALL DISCONNECTED | |||
|Error Call has been disconnected | |||
|- | |||
|ERROR CANT OPEN FILE | |||
|Error cannot open file. | |||
|- | |||
|ERROR CANT CREATE DSP CH | |||
|Error Cannot create a DSP channel. | |||
|- | |||
|ERROR COMMAND NOT ENABLED BY PROTOCOL STACK STATE | |||
|Error command not enabled by protocol stack state. | |||
|- | |||
|ERROR CELL NOT SYNCHRONIZED | |||
|Error Cell is not synchronized. | |||
|- | |||
|ERROR CELL LOST | |||
|Error cell connexion lost. | |||
|- | |||
|ERROR CELL CAMPED EMERGENCY CALLS ONLY | |||
|Error cell camped emergency calls only. | |||
|- | |||
|ERROR CELL OUT OF BAND | |||
|Error cell out of band. | |||
|- | |||
|ERROR FAILED TO SET A CELL | |||
|Error failed to set a cell. | |||
|- | |||
|ERROR COMMAND NOT SUPPORTED | |||
|Error unsupported command. | |||
|- | |||
|ERROR DELIVERY REPORT TIMEOUT | |||
|Error delivery report time-out. | |||
|- | |||
|ERROR SIM NOT FOUND | |||
|SIM doesn't exist. | |||
|- | |||
|ERROR PORT NOT FOUND | |||
|Port doesn't exist. | |||
|- | |||
|ERROR SIM IS DEACTIVATED | |||
|Sim has been deactivated. | |||
|- | |||
|ERROR PORT IS DEACTIVATED | |||
|Port has been deactivated. | |||
|- | |||
|ERROR SIM BUSY | |||
|Sim Already allocated on another port (UNALLOCATE or FORCE mode required). | |||
|- | |||
|ERROR PORT BUSY | |||
|Port already busy with another sim (UNALLOCATE or FORCE mode required). | |||
|- | |||
|ERROR CDR FILE NOT FOUND | |||
|Error CDR file not found. | |||
|- | |||
|ERROR CANT CREATE BACKUP FILE | |||
|Error Cannot create a backup file | |||
|- | |||
|ERROR GPS OFF | |||
|Error GPS device is off | |||
|- | |||
|ERROR GPS NOT SUPPORTED | |||
|Error GPS is not supported. | |||
|- | |||
|ERROR NOT ON HOOK | |||
|Error not on hook. | |||
|- | |||
|ERROR LIGHT ROBOT | |||
|Error Light robot. | |||
|- | |||
|ERROR FTP TRANSFER BROKEN | |||
|Error FTP file transfer is broken. | |||
|- | |||
|ERROR CDR LINE NOT FOUND | |||
|Error CDR line was not found. | |||
|- | |||
|ERROR INVALID ADAPTER NUMBER | |||
|Error Invalid adapter number. | |||
|- | |||
|ERROR NO FREE PORT | |||
|Error no free port available. | |||
|} |
Latest revision as of 22:38, 14 May 2024
Error Code | Comment |
---|---|
STATUS OK | No error. |
CALL CONNECTED | Call has been connected. |
SIM ALLOCATED | A SIM has been allocated. |
OK | Ok status. |
ERROR | Error unspecified. |
ERROR INVALID PORT NUMBER | Error with Invalid Port Number. |
ERROR PORT NOT STARTED | Error Port has not been started. |
ERROR TIMEOUT | Error with time-out. |
ERROR NOT REGISTERED | Error not registered to network |
ERROR NOT IDLE | Error not idle |
ERROR MUX NOT CONNECTED | Error Mux is not connected. |
ERROR COMMAND IN PROGRESS | Error a command is in progress. |
ERROR NOT SUPPORTED | Error not supported |
ERROR URL TOO LONG | Error supplied URL too long. |
ERROR MISSING PARAMETER | Error a parameter is missing. |
ERROR FILE IO ERROR | Error file input/output error. |
ERROR BAD PARAMETER | Error bad parameter supplied. |
ERROR WAITING SIM ALLOCATION | Error waiting a SIM to be allocated. |
ERROR SIM INIT IN PROGRESS | Error SIM initialization is in progress. |
ERROR NO INCOMING CALL | Error no incoming call received. |
ERROR NO USSD SESSION | Error no USSD session established |
ERROR USSD COMMAND FAILED | Error USSD command has failed. |
ERROR NOT CONNECTED | Error not connected |
ERROR TIMEOUT EXPIRED | Error timeout has expired |
ERROR CANT CREATE FILE | Error cannot create file. |
ERROR CALL DISCONNECTED | Error Call has been disconnected |
ERROR CANT OPEN FILE | Error cannot open file. |
ERROR CANT CREATE DSP CH | Error Cannot create a DSP channel. |
ERROR COMMAND NOT ENABLED BY PROTOCOL STACK STATE | Error command not enabled by protocol stack state. |
ERROR CELL NOT SYNCHRONIZED | Error Cell is not synchronized. |
ERROR CELL LOST | Error cell connexion lost. |
ERROR CELL CAMPED EMERGENCY CALLS ONLY | Error cell camped emergency calls only. |
ERROR CELL OUT OF BAND | Error cell out of band. |
ERROR FAILED TO SET A CELL | Error failed to set a cell. |
ERROR COMMAND NOT SUPPORTED | Error unsupported command. |
ERROR DELIVERY REPORT TIMEOUT | Error delivery report time-out. |
ERROR SIM NOT FOUND | SIM doesn't exist. |
ERROR PORT NOT FOUND | Port doesn't exist. |
ERROR SIM IS DEACTIVATED | Sim has been deactivated. |
ERROR PORT IS DEACTIVATED | Port has been deactivated. |
ERROR SIM BUSY | Sim Already allocated on another port (UNALLOCATE or FORCE mode required). |
ERROR PORT BUSY | Port already busy with another sim (UNALLOCATE or FORCE mode required). |
ERROR CDR FILE NOT FOUND | Error CDR file not found. |
ERROR CANT CREATE BACKUP FILE | Error Cannot create a backup file |
ERROR GPS OFF | Error GPS device is off |
ERROR GPS NOT SUPPORTED | Error GPS is not supported. |
ERROR NOT ON HOOK | Error not on hook. |
ERROR LIGHT ROBOT | Error Light robot. |
ERROR FTP TRANSFER BROKEN | Error FTP file transfer is broken. |
ERROR CDR LINE NOT FOUND | Error CDR line was not found. |
ERROR INVALID ADAPTER NUMBER | Error Invalid adapter number. |
ERROR NO FREE PORT | Error no free port available. |