Class Protocols.HTTP.Promise.Failure
- Description
A class representing a failed request. An instance of this class will be given as argument to the Concurrent.Future()->on_failure() callback registered on the returned Concurrent.Future object from get_url(), post_url(), delete_url(), put_url() or do_method().
- Inherit Result
inherit Result : Result