MPC Errors

These errors are related to the MPC process itself. They include misconfigurations, failed parsing, and cryptographic key mismatches.

CodeError NameError DescriptionAdvice

100

INVALID_RANK_AND_THRESHOLD

This error is thrown if a client is passed a key share object created with an invalid MPC configuration.

Contact Portal support.

101

FAILED_TO_START_DKG

This error is thrown if there is an issue starting the DKG process.

Contact Portal support.

102

FAILED_TO_FINISH_DKG

This error is thrown if there is an issue completing the DKG process.

Contact Portal support.

103

FAILED_TO_CONVERT_DKG_RESULT

This error is thrown if the result from the DKG process can’t be parsed correctly.

Contact Portal support.

104

FAILED_TO_START_RESHARE

This error is thrown if there is an issue starting the reshare process.

Contact Portal support.

105

FAILED_TO_FINISH_RESHARE

This error is thrown if there is an issue completing the reshare process.

Contact Portal support.

106

FAILED_TO_CONVERT_RESHARE_RESULT

This error is thrown if the result from the reshare process can’t be parsed correctly.

Contact Portal support.

107

FAILED_TO_START_SIGN

This error is thrown if there is an issue starting the signing process.

Contact Portal support.

108

FAILED_TO_FINISH_SIGN

This error is thrown if there is an issue completing the signing process.

Contact Portal support.

109

FAILED_TO_CONVERT_SIGN_RESULT

This error is thrown if the result from the signing process can’t be parsed correctly.

Contact Portal support.

110

DKG_PROCESS_ERROR

This error is a generic catch for errors during the DKG process.

Contact Portal support.

111

FAILED_TO_PARSE_SOCKET_MESSAGE

Portal uses a websocket channel to complete an MPC operation (generate, sign, backup, recovery). This error is thrown if there is an error parsing a websocket message during an MPC operation.

Check our status page to see if Portal is having an outage or retry the request.

112

FAILED_TO_ADD_MESSAGE_TO_CHANNEL

Portal uses multiple threads when performing an MPC operation. This error is thrown if there is an error passing information between threads.

Contact Portal support.

113

REFRESH_SHARE_MISMATCH

This error occurs if there is a mismatch in the shares during the refresh step of an MPC operation.

This can occur if you pass in the wrong key share during backup. Confirm that you passed the correct key share into the backup function.

114

REFRESH_PROCESS_ERROR

This error occurs if there is a problem other than share mismatch during the refresh step of an MPC operation.

Contact Portal support.

115

FAILED_TO_GET_PAILLIER_KEY

This error occurs if there is a problem retrieving the Pailler key during a step in an MPC operation.

Contact Portal support.

116

SIGNING_SHARE_MISMATCH

This error occurs if there is a mismatch in the shares during the signing MPC operation.

Contact Portal support.

117

SIGNING_PROCESS_ERROR

This error occurs if there is a problem other than share mismatch during the signing operation.

Contact Portal support.

Last updated