notify_failed
Description:
public signal void notify_failed (
List<
URI> callback_url,
Error reason)
Emitted whenever notification of a client fails.
Parameters:
callback_url |
A List of callback URLs
|
reason |
A pointer to a Error describing why the notify failed
|