Error Codes
Error Code |
Value |
Description |
|---|---|---|
DG_FAILURE |
1 |
Verification failure. |
DG_ERR_MALLOC_FAIL |
51 |
Failed to allocate memory. |
DG_ERR_MPC_NET_SEND_FAIL |
4012 |
Failed to send network request. |
DG_ERR_MPC_RECV_DATA_FAIL |
4015 |
Failed to receive serialized data. |
DG_ERR_MPC_TEE_INVALID_PARAM |
4501 |
Failed to verify the parameters. |
DG_ERR_MPC_TEE_INVALID_ALGORITHM_TYPE |
4502 |
Invalid algorithm type. |
DG_ERR_MPC_TEE_INVALID_NODE_INFO |
4503 |
Invalid node information. |
DG_ERR_MPC_TEE_NODE_NOT_SORT_AND_START_0 |
4505 |
The node IDs are not numbered from 0. |
DG_ERR_MPC_TEE_NODEID_NOT_SET |
4506 |
The node ID is not set. |
DG_ERR_MPC_TEE_NET_API_CALLBACK_NOT_SET |
4507 |
The network send or receive function is not registered. |
DG_ERR_MPC_TEE_FXP_BITS_NOT_SET |
4509 |
The number of fractional bits is not set. |
DG_ERR_MPC_TEE_INVALID_CPUID |
4511 |
The CPU ID is invalid. |