-
Notifications
You must be signed in to change notification settings - Fork 7
Error
Warren Gay edited this page Nov 16, 2015
·
3 revisions
Error ESP8266::get_error()
After a function fails, an error code is saved in the ESP8266 object, which is retrieved by this method call.
const char *ESP8266::strerror() const;
This method returns the string form of the currently registered error code.
const char *ESP8266::strerror(Error err) const;
This method returns the string form of the error code err.