Telematics SDK - API Reference  v1.65.0
telux::common::Utils Class Reference

Static Public Member Functions

static std::string getErrorCodeAsString (ErrorCode error)
 
static std::string getErrorCodeAsString (int error)
 

Member Function Documentation

static std::string telux::common::Utils::getErrorCodeAsString ( ErrorCode  error)
static

Converts telux::common::ErrorCode to string.

Parameters
[in]errortelux::common::ErrorCode
Returns
string description of the telux::common::ErrorCode.
static std::string telux::common::Utils::getErrorCodeAsString ( int  error)
static

Converts error to string.

Parameters
[in]integervalue of the telux::common::ErrorCode.
Returns
string description of the telux::common::ErrorCode.