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

◆ error()

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

Get error (only valid if rejected)

Definition at line 354 of file promise.h.

354 {
355 return mError;
356 }

References mError.

Referenced by reject().

+ Here is the caller graph for this function: