Platform API Reference
Platform portability layer
Enumerated types

Enumerated types of the platform layer. More...

Enumerations

enum  IotNetworkError_t {
  IOT_NETWORK_SUCCESS = 0, IOT_NETWORK_FAILURE, IOT_NETWORK_BAD_PARAMETER, IOT_NETWORK_NO_MEMORY,
  IOT_NETWORK_SYSTEM_ERROR
}
 Return codes for network functions. More...
 

Detailed Description

Enumerated types of the platform layer.

Enumeration Type Documentation

◆ IotNetworkError_t

Return codes for network functions.

Enumerator
IOT_NETWORK_SUCCESS 

Function successfully completed.

IOT_NETWORK_FAILURE 

Generic failure not covered by other values.

IOT_NETWORK_BAD_PARAMETER 

At least one parameter was invalid.

IOT_NETWORK_NO_MEMORY 

Memory allocation failed.

IOT_NETWORK_SYSTEM_ERROR 

An error occurred when calling a system API.