Error Codes
Error Code |
Value |
Description |
|---|---|---|
DG_FAILURE |
1 |
Verification failed. |
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 |
The algorithm type is invalid. |
DG_ERR_MPC_TEE_INVALID_NODE_INFO |
4503 |
The node information is invalid. |
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 decimal places is not set. |
DG_ERR_MPC_TEE_INVALID_PADDING_LEN |
4510 |
The PIR padding length is invalid. |
DG_ERR_MPC_TEE_INVALID_CPUID |
4511 |
The CPU ID is invalid. |
DG_ERR_MPC_TEE_DIV_IS_ZERO |
4512 |
The divisor is 0. |