# udmf_err_code.h ## Overview Declares the error codes used in the UDMF. **File to include**: <database/udmf/udmf_err_code.h> **Library**: libudmf.so **System capability**: SystemCapability.DistributedDataManager.UDMF.Core **Since**: 12 **Related module**: [UDMF](_u_d_m_f.md) ## Summary ### Types | Name | Description | | -------- | -------- | | typedef enum [Udmf_ErrCode](_u_d_m_f.md#udmf_errcode) [Udmf_ErrCode](_u_d_m_f.md#udmf_errcode) | Defines an enum for error codes. | ### Enums | Name | Description | | -------- | -------- | | [Udmf_ErrCode](_u_d_m_f.md#udmf_errcode) { UDMF_E_OK = 0, UDMF_ERR = 20400000, UDMF_E_INVALID_PARAM = (UDMF_ERR + 1) } | Enumerates the error codes. |