Share via


SP.ClientRequest.add_requestFailed(value) Method

Applies to: SharePoint Foundation 2010

Attaches a handler to the RequestFailed event.

SP.ClientRequest.add_requestFailed(value);

Parameters

value

Type: function pointer

A pointer to the method that handles the event.

Remarks

This method attaches a handler to the RequestFailed event in the list of event handlers for this SP.ClientRequest.

Applies To

SP.ClientRequest Class

See Also

Reference

SP.ClientRequest Methods

SP.ClientRequest Properties

SP Namespace