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

◆ errc

enum class fl::asio::errc : i32
strong

Asio-compatible error code enumeration.

Maps to boost::system::errc in Asio.

Enumerator
success 
connection_refused 
connection_reset 
timed_out 
host_not_found 
address_in_use 
would_block 
operation_aborted 
eof 
unknown 

Definition at line 13 of file error_code.h.

13 : i32 {
14 success = 0,
22 eof, // clean disconnect / end of stream
23 unknown = -1
24};