RDK Documentation (Open Sourced RDK Components)

Description

Defined hereunder are the error codes that are used in the Device Settings library.

Enumerations

enum  dsError_t
 Device Settings API Error return codes. More...
 

Enumeration Type Documentation

◆ dsError_t

enum dsError_t

Device Settings API Error return codes.

A non-zero value indicates an error.

Enumerator
dsERR_NONE 

No error (success).

dsERR_GENERAL 

General failure to take action.

dsERR_INVALID_PARAM 

Invalid input parameter.

dsERR_INVALID_STATE 

Failure due to invalid state.

dsERR_OPERATION_NOT_SUPPORTED 

Operation not supported.

dsERR_UNKNOWN 

Unknown error.

Definition at line 84 of file dsError.h.