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.
Operation failed. |
||
Operation cannot be executed in the current state. |
||
Operation timed out. |
||
Invalid arguments given. |
||
MBIM message is invalid. |
||
Not supported. |
||
Operation aborted. |
||
State is unknown. Since 1.16. |
||
MBIM message is incomplete. Since 1.28. |
Since: 1.0
MBIM protocol errors.
Invalid MBIM error. |
||
Timeout waiting for fragment. |
||
Fragment received out of sequence. |
||
Length mismatch. |
||
Duplicated transaction ID. |
||
Not opened. |
||
Unknown error. |
||
Cancel the operation. |
||
Maximum control transfer not supported. |
Since: 1.0
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. Since 1.16. |
||
Unknown SMSC address. |
||
Network timeout when sending SMS. |
||
Language not supported in SMS. |
||
Encoding not supported in SMS. |
||
Format not supported in SMS. |
||
Invalid signature. Defined by Google for the carrier lock operation. Since 1.30. |
||
Invalid IMEI. Defined by Google for the carrier lock operation. Since 1.30. |
||
Invalid timestamp. Defined by Google for the carrier lock operation. Since 1.30. |
||
List of networks too large. Defined by Google for the carrier lock operation. Since 1.30. |
||
Signature algorithm not supported. Defined by Google for the carrier lock operation. Since 1.30. |
||
Feature not supported. Defined by Google for the carrier lock operation. Since 1.30. |
||
Decode or parsing error. Defined by Google for the carrier lock operation. Since 1.30. |
Since: 1.0