deferred.reject( [args ] )Returns: Deferred
Description: Reject a Deferred object and call any failCallbacks with the given args
.
-
version added: 1.5deferred.reject( [args ] )
- argsType: AnythingOptional arguments that are passed to the failCallbacks.
-