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

◆ hasError()

bool fl::third_party::SoftwareGifDecoder::hasError ( fl::string * msg = nullptr) const
overridevirtual

Implements fl::IDecoder.

Definition at line 65 of file software_decoder.cpp.hpp.

65 {
66 if (msg && hasError_) {
67 *msg = errorMessage_;
68 }
69 return hasError_;
70}

References errorMessage_, FL_NOEXCEPT, and hasError_.