Skip to content
Warren Gay edited this page Nov 16, 2015 · 3 revisions

ESP8266::get_error

Error ESP8266::get_error()

After a function fails, an error code is saved in the ESP8266 object, which is retrieved by this method call.

ESP8266::strerror

const char *ESP8266::strerror() const;

This method returns the string form of the currently registered error code.

ESP8266::strerror

const char *ESP8266::strerror(Error err) const;

This method returns the string form of the error code err.

Clone this wiki locally