diff options
Diffstat (limited to 'introspection/mm-modem-error.xml')
-rw-r--r-- | introspection/mm-modem-error.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/introspection/mm-modem-error.xml b/introspection/mm-modem-error.xml index d80df6c1..200e093a 100644 --- a/introspection/mm-modem-error.xml +++ b/introspection/mm-modem-error.xml @@ -15,4 +15,22 @@ </tp:docstring> </tp:error> + <tp:error name="Connected"> + <tp:docstring> + Operation could not be performed while the modem is connected. + </tp:docstring> + </tp:error> + + <tp:error name="Disconnected"> + <tp:docstring> + Operation could not be performed while the modem is disconnected. + </tp:docstring> + </tp:error> + + <tp:error name="OperationInProgress"> + <tp:docstring> + Operation could not be performed because it is already in progress. + </tp:docstring> + </tp:error> + </tp:errors> |