You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a DBus.Error class that contains both the error's name and
message.
throw new DBus.Error('dbus.test.TestService.Error', 'Human-readable error message')
Return this type of error to the client when a DBus service returns an
error on a function call, so that the caller has access both to the name
and the message.
0 commit comments