NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
Christopher Haster
Date:
Wed Feb 24 23:12:35 2016 -0600
Branch:
api-changes
Parent:
45:c8aca7c1e93f
Child:
47:13929d610ed8
Commit message:
Added more error codes

Changed in this revision

NetworkInterface.h Show annotated file Show diff for this revision Revisions of this file
--- a/NetworkInterface.h	Wed Feb 24 23:05:54 2016 -0600
+++ b/NetworkInterface.h	Wed Feb 24 23:12:35 2016 -0600
@@ -36,7 +36,8 @@
     NS_ERROR_NO_MEMORY     = -3005,
     NS_ERROR_DNS_FAILURE   = -3006,
     NS_ERROR_DHCP_FAILURE  = -3007,
-    NS_ERROR_CRED_FAILURE  = -3008
+    NS_ERROR_AUTH_FAILURE  = -3008,
+    NS_ERROR_DEVICE_ERROR  = -3009
 };