Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
Status and Error Codes

Status and Error Codes returned by Network functions. More...

Enumerations

enum  netStatus {
  netOK = 0 ,
  netBusy ,
  netError ,
  netInvalidParameter ,
  netWrongState ,
  netDriverError ,
  netServerError ,
  netAuthenticationFailed ,
  netDnsResolverError ,
  netFileError ,
  netTimeout
}
 Status code values returned by Network library functions. More...
 

Description

Status and Error Codes returned by Network functions.

The Status and Error Codes section lists all the return values that the Network Component functions will return.

Enumeration Type Documentation

◆ netStatus

enum netStatus

Status code values returned by Network library functions.

Enumerator
netOK 

Operation succeeded.

netBusy 

Process is busy.

netError 

Unspecified error.

netInvalidParameter 

Invalid parameter specified.

netWrongState 

Wrong state error.

netDriverError 

Driver error.

netServerError 

Server error.

netAuthenticationFailed 

User authentication failed.

netDnsResolverError 

DNS host resolver failed.

netFileError 

File not found or file r/w error.

netTimeout 

Operation timeout.