| Technology area | iSync |
| Availability | Available with iSync 2.3 and later.
|
| Companion guide |
Error objects encapsulate information about AT command or communication errors that may occur when executing JavaScript. Use the isATError property to determine whether an error is an AT error or a non-AT error. If it is an AT error, it contains an error domain and a domain-specific error code that you can use for debugging. The types of error codes that might occur are described in the following tables.
Error code | Name |
|---|---|
300 | Phone Failure |
301 | SMS Service Of Phone Reserved |
302 | Operation Not Allowed |
303 | Operation Not Supported |
304 | Invalid PDU Mode Parameter |
305 | Invalid Text Mode Parameter |
310 | SIM Not Inserted |
311 | SIM PIN Necessary |
312 | PH-SIM PIN Necessary |
313 | SIM Failure |
314 | SIM Busy |
315 | SIM Wrong |
320 | Memory Failure |
321 | Invalid Memory Index |
322 | Memory Full |
330 | SMS-C Address Unknown |
331 | No Network Service |
332 | Network Timeout |
500 | Unknown Error |
512 | Manufacturer Specific |
Error code | Name |
|---|---|
1000 | Controller Shutdown |
1001 | No Correct ResponseReceived |
1002 | Prepare Channel command has Bad Properties |
Error code | Name |
|---|---|
1500 | AT Response Parse Error |
Error code | Name |
|---|---|
2000 | No Carrier |
2001 | No Answer |
domainA string indicating the error domain that is, the subsystem that originated the error.
Available with iSync 2.3 and later.
codeAn integer that identifies a particular error in a particular domain.
Available with iSync 2.3 and later.
isATErrorA Boolean value that if true indicates that the error is an AT error sent by the device; otherwise, it indicates a communications error, possibly generated by the client.
Available with iSync 2.3 and later.
Last updated: 2007-07-11