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

◆ hasError()

bool fl::JpegDecoder::Impl::hasError ( fl::string * msg = nullptr) const
inline

Definition at line 117 of file jpeg.cpp.hpp.

117 {
118 if (msg && mHasError) {
119 *msg = mErrorMessage;
120 }
121 return mHasError;
122 }
fl::string mErrorMessage
Definition jpeg.cpp.hpp:44

References mErrorMessage, and mHasError.