DBusError.isRemoteError

Checks if error represents an error received via D-Bus from a remote peer. If so, use g_dbus_error_get_remote_error() to get the name of the error. Since 2.26

class DBusError
int
isRemoteError
()

Return Value

Type: int

TRUE if error represents an error from a remote peer, FALSE otherwise.

Meta