[ NoAccessorMethod ]
[ Version ( since = "0.11.7" ) ]
public HashTable<void*,void*> connection_error_details { owned get; }
A map from string to Value containing extensible error details related to connection_error.
Functions like asv_get_string can be used to read from this map.
The keys for this map are defined by the Telepathy D-Bus Interface Specification. They will typically include debug-message, which is a debugging message in the C locale, analogous to Error.message.
One can receive change notifications on this property by connecting to the status_changed signal, or by connecting to the notify signal and using this property as the signal detail.
This is not guaranteed to have been retrieved until prepare_async has finished; until then, the value is an empty map.