aboutsummaryrefslogtreecommitdiff
path: root/src/mm-error-helpers.h
AgeCommit message (Collapse)Author
2023-10-27core: ensure all errors returned in DBus operations are normalizedAleksander Morgado
We want to ensure that all errors reported via DBus operations are normalized to MM-specific errors. We don't want to return QMI or MBIM specific errors, as those are protocol specific and we don't want DBus clients to need to rely on knowing which is the protocol in use by the device.
2023-10-26error-helpers: allow registering error mappingsAleksander Morgado
E.g. from QMI/MBIM errors into MM errors.
2023-10-26core,error-helpers: new method to normalize GErrorsAleksander Morgado
The ModemManager API should not expose or return error types out of the error domains it supports. Default to a generic core error "Failed", while keeping the original error description.
2020-04-08error-helpers: port to use object loggingAleksander Morgado
2012-10-04api: only allow including `ModemManager.h' directlyAleksander Morgado
2012-03-15core: start using our newly defined errorsAleksander Morgado