NetBurner 3.5.0
PDF Version
 
Web Client Error Codes

Macros

#define WEB_CLIENT_ERROR_NO_ETHERNET   (1)
 No Ethernet connection.
 
#define WEB_CLIENT_ERROR_NO_ADDRESS   (2)
 Interface has no IP address.
 
#define WEB_CLIENT_ERROR_NO_GATEWAY   (3)
 Interface has no gateway IP address.
 
#define WEB_CLIENT_ERROR_GATEWAY_WRONG   (4)
 Interface has incorrect gateway IP address.
 
#define WEB_CLIENT_ERROR_NO_DNS_ADDR   (5)
 Interface has a DNS errror.
 
#define WEB_CLIENT_ERROR_NO_DNS_RESOLVE   (6)
 DNS was not able to resolve the URL name.
 
#define WEB_CLIENT_ERROR_NO_NTP   (7)
 NTP failed.
 
#define WEB_CLIENT_ERROR_NO_SERVER_RESPONSE   (8)
 No response from server.
 
#define WEB_CLIENT_ERROR_NO_SERVER_CONNECT   (9)
 Unable to connect to server.
 
#define WEB_CLIENT_ERROR_NO_ERROR   (10)
 No error.
 

Detailed Description

#include< web_client.h >

Web Client error codes