Check whether string
is a valid D-Bus error name.
This function returns the same result as is_interface_name, because D-Bus error names are defined to have exactly the same syntax as interface names.
string |
The string to check. |
true if valid, false otherwise. |