FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
errors.h File Reference

Common errors definition. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  errors
 This namespace defines common errors that can be returned by some FastArduino API methods, e.g.
 

Variables

constexpr const int errors::EIO = -5
 Input/output error. More...
 
constexpr const int errors::EAGAIN = -11
 Try again. More...
 
constexpr const int errors::EINVAL = -22
 Invalid argument or invalid Future. More...
 
constexpr const int errors::ETIME = -62
 Timer expired. More...
 
constexpr const int errors::EPROTO = -71
 Protocol error. More...
 
constexpr const int errors::EILSEQ = -84
 Illegal byte sequence. More...
 
constexpr const int errors::EMSGSIZE = -90
 Message too long. More...
 

Detailed Description

Common errors definition.

Definition in file errors.h.