# QPromise::isRejected
Since: 0.1.0
QPromise<T>::isRejected() -> bool
Returns true if the promise is rejected, otherwise returns false.
← .isPending .map →
Since: 0.1.0
QPromise<T>::isRejected() -> bool
Returns true if the promise is rejected, otherwise returns false.
← .isPending .map →