Enumeration
QmiCoreError
since: 1.0
Members
QMI_CORE_ERROR_FAILED-
Operation failed.
- Value:
0 - Nickname:
Failed - Available since: 1.0
- Value:
QMI_CORE_ERROR_WRONG_STATE-
Operation cannot be executed in the current state.
- Value:
1 - Nickname:
WrongState - Available since: 1.0
- Value:
QMI_CORE_ERROR_TIMEOUT-
Operation timed out.
- Value:
2 - Nickname:
Timeout - Available since: 1.0
- Value:
QMI_CORE_ERROR_INVALID_ARGS-
Invalid arguments given.
- Value:
3 - Nickname:
InvalidArgs - Available since: 1.0
- Value:
QMI_CORE_ERROR_INVALID_MESSAGE-
QMI message is invalid.
- Value:
4 - Nickname:
InvalidMessage - Available since: 1.0
- Value:
QMI_CORE_ERROR_TLV_NOT_FOUND-
TLV not found.
- Value:
5 - Nickname:
TlvNotFound - Available since: 1.0
- Value:
QMI_CORE_ERROR_TLV_TOO_LONG-
TLV is too long.
- Value:
6 - Nickname:
TlvTooLong - Available since: 1.0
- Value:
QMI_CORE_ERROR_UNSUPPORTED-
Not supported.
- Value:
7 - Nickname:
Unsupported - Available since: 1.0
- Value:
QMI_CORE_ERROR_TLV_EMPTY-
TLV has no value. Empty TLVs are not a real error, so this error type is never generated. Since 1.12. Deprecated 1.22.
- Value:
8 - Nickname:
TlvEmpty - Available since: 1.0
- Value:
QMI_CORE_ERROR_UNEXPECTED_MESSAGE-
QMI message is unexpected. Since 1.16.
- Value:
9 - Nickname:
UnexpectedMessage - Available since: 1.0
- Value:
QMI_CORE_ERROR_INVALID_DATA-
Invalid data found in the message. Since 1.24.6.
- Value:
10 - Nickname:
InvalidData - Available since: 1.0
- Value:
Type functions
qmi_core_error_get_string
Gets the nickname string for the QmiCoreError specified at val.
since: 1.0