FastLED 3.9.15
Loading...
Searching...
No Matches
error_code.h File Reference
#include "fl/task/promise.h"
#include "fl/stl/stdint.h"
#include "fl/stl/string.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for error_code.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::asio::error_code
 Asio-compatible error code: numeric code + optional human-readable message. More...
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::asio
 

Enumerations

enum class  fl::asio::errc : i32 {
  fl::asio::success = 0 , fl::asio::connection_refused , fl::asio::connection_reset , fl::asio::timed_out ,
  fl::asio::host_not_found , fl::asio::address_in_use , fl::asio::would_block , fl::asio::operation_aborted ,
  fl::asio::eof , fl::asio::unknown = -1
}
 Asio-compatible error code enumeration. More...