MPC errors
These errors are related to the MPC process itself. They include misconfigurations, failed parsing, and cryptographic key mismatches.
Code | Error Name | Error Description | Advice |
---|---|---|---|
100 |
| This error is thrown if a client is passed a key share object created with an invalid MPC configuration. | Contact Portal support. |
101 |
| This error is thrown if there is an issue starting the DKG process. | Contact Portal support. |
102 |
| This error is thrown if there is an issue completing the DKG process. | Contact Portal support. |
103 |
| This error is thrown if the result from the DKG process can’t be parsed correctly. | Contact Portal support. |
104 |
| This error is thrown if there is an issue starting the reshare process. | Contact Portal support. |
105 |
| This error is thrown if there is an issue completing the reshare process. | Contact Portal support. |
106 |
| This error is thrown if the result from the reshare process can’t be parsed correctly. | Contact Portal support. |
107 |
| This error is thrown if there is an issue starting the signing process. | Contact Portal support. |
108 |
| This error is thrown if there is an issue completing the signing process. | Contact Portal support. |
109 |
| This error is thrown if the result from the signing process can’t be parsed correctly. | Contact Portal support. |
110 |
| This error is a generic catch for errors during the DKG process. | Contact Portal support. |
111 |
| 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 |
| 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 |
| 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 |
| This error occurs if there is a problem other than share mismatch during the refresh step of an MPC operation. | Contact Portal support. |
115 |
| This error occurs if there is a problem retrieving the Pailler key during a step in an MPC operation. | Contact Portal support. |
116 |
| This error occurs if there is a mismatch in the shares during the signing MPC operation. | Contact Portal support. |
117 |
| This error occurs if there is a problem other than share mismatch during the signing operation. | Contact Portal support. |
Last updated