FastLED 3.9.15
Loading...
Searching...
No Matches

◆ error()

template<typename T>
const Error & fl::task::detail::PromiseImpl< T >::error ( ) const
inline

Get error (only valid if rejected)

Definition at line 341 of file promise.h.

341 {
342 return mError;
343 }

References FL_NOEXCEPT, and mError.

Referenced by reject().

+ Here is the caller graph for this function: