ERROR (ENUM)ΒΆ
TYPE ERROR :
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NO_ERROR - 0 - no error - INVALID_LICENSE - 2 - Invalid License - FIRST_ERROR - 5000 - first library specific error - TIME_OUT - 5001 - Timeout - INVALID_PIN - 5002 - Invalid sim card pin. - NO_NETWORK_CONNECTION - 5003 - The device cannot connect to a network. - NO_DEVICE_CONNECTION - 5004 - The connection to the gsm modem cannot be established. - MESSAGE_IS_TOO_LONG - 5005 - The message is too much signs. 160 are allowed. When special signs are used, less that 160 are allowed. - WRONG_MESSAGE_LENGTH - 5006 - The given length does not fit to the message. - INTERNAL_MEMORY_ERROR - 5007 - Internal error. - PUK_IS_NEEDED - 5008 - The PUK is needed for the sim card. - NUMBER_IS_MISSING - 5009 - The receiver number is missing. - MESSAGE_IS_MISSING - 5010 - The message for the receiver is missing. - PIN_IS_MISSING - 5011 - The pin is missing. - NO_CONNECTION_PARAMETERS_SET - 5012 - The parameters which are needed to get a connection to the modem are missing. - THE_CONNECTIONTYPE_FB_IS_NOT_SET - 5013 - No connection type instance is set to the modem. - SIM_CARD_IS_MISSING - 5015 - The sim card is missing in the modem. - LOCKED - 5016 - The function block is currently locked, because another one is using the modem. - CANNOT_DELETE_EMPTY_MESSAGE - 5017 - The user wanted to delete an empty message. - UNKNOWN_ERROR - 5029 - Unknown error. - SERVICECENTER_IS_NOT_SET - 5030 - The service center number is required and must be set. - FIRST_MF - 5050 - LAST_ERROR - 5099 - Last library specific error 
