| Top |  |  |  |  | 
| const gchar * | mbim_core_error_get_string () | 
| const gchar * | mbim_protocol_error_get_string () | 
| const gchar * | mbim_status_error_get_string () | 
const gchar *
mbim_core_error_get_string (MbimCoreError val);
Gets the nickname string for the MbimCoreError specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
const gchar *
mbim_protocol_error_get_string (MbimProtocolError val);
Gets the nickname string for the MbimProtocolError specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
const gchar *
mbim_status_error_get_string (MbimStatusError val);
Gets the nickname string for the MbimStatusError specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Common errors that may be reported by libmbim-glib.
MBIM protocol errors.
Status of the MBIM request.
| Success, no error. | ||
| Busy. | ||
| Failure. | ||
| SIM not inserted. | ||
| Bad SIM. | ||
| PIN required. | ||
| PIN disabled. | ||
| Not registered. | ||
| Providers not found. | ||
| No device support. | ||
| Provider not visible. | ||
| Data class not available. | ||
| Packet service detached. | ||
| Max activated contexts. | ||
| Not initialized. | ||
| Voice call in progress. | ||
| Context not activated. | ||
| Service not activated. | ||
| Invalid access string. | ||
| Invalid user name or password. | ||
| Radio power off. | ||
| Invalid parameters. | ||
| Read failure. | ||
| Write failure. | ||
| No phonebook. | ||
| Parameter too long. | ||
| SIM toolkit busy. | ||
| Operation not allowed. | ||
| Memory failure. | ||
| Invalid memory index. | ||
| Memory full. | ||
| Filter not supported. | ||
| DSS instance limit. | ||
| Invalid device service operation. | ||
| Incorrect AUTN when sending authentication. | ||
| Synchronization failure during the authentication. | ||
| AMF bit not set in the authentication. | ||
| ContextType not supported by the operation. | ||
| Unknown SMSC address. | ||
| Network timeout when sending SMS. | ||
| Language not supported in SMS. | ||
| Encoding not supported in SMS. | ||
| Format not supported in SMS. |