is_remote_error


Description:

public static bool is_remote_error (Error error)

Checks if error represents an error received via D-Bus from a remote peer.

If so, use get_remote_error to get the name of the error.

Parameters:

error

A Error.

Returns:

true if error represents an error from a remote peer, false otherwise.