diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-26 09:44:33 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-27 07:33:44 +0000 |
commit | 2de0763ac84e958756162829d7d5846e7dfefe2e (patch) | |
tree | badd9dfecb650331fd3fd61c7a24e9848b678545 /docs | |
parent | bfb06589096bd83d9e0ed3768ad074a3e72542d8 (diff) |
api,errors: new MMCarrierLockError type
This new error type will be used to report errors in the carrier lock
operations performed through ModemManager.
They have a one to one mapping to the MBIM status specific errors.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/api/ModemManager-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/api/ModemManager-sections.txt b/docs/reference/api/ModemManager-sections.txt index 576f1afc..0b047d2a 100644 --- a/docs/reference/api/ModemManager-sections.txt +++ b/docs/reference/api/ModemManager-sections.txt @@ -76,12 +76,14 @@ MM_CONNECTION_ERROR_DBUS_PREFIX MM_SERIAL_ERROR_DBUS_PREFIX MM_MESSAGE_ERROR_DBUS_PREFIX MM_CDMA_ACTIVATION_ERROR_DBUS_PREFIX +MM_CARRIER_LOCK_ERROR_DBUS_PREFIX MMCoreError MMMobileEquipmentError MMConnectionError MMSerialError MMMessageError MMCdmaActivationError +MMCarrierLockError </SECTION> <SECTION> |