Description
The deferred.reject() method rejects a Deferred object and calls any failCallbacks with the given arguments.
v1.5
This method has the form:
deferred.reject(args)
Parameter | Description |
---|---|
args | (Optional) Specifies arguments that are passed to the failCallbacks |
Return Value
This form returns a Deferred object.