Encryption Errors

These errors are related to failures with encrypting or decrypting a backup key share.

CodeNameDescriptionAdvice

400

FAILED_TO_CREATE_RANDOM_DEK_BYTES

This error is thrown when unable to encrypt or decrypt your key share/s.

Check to see if your cipher text has been correctly passed in and/or not been modified

401

FAILED_TO_CREATE_CIPHER_BLOCK

This error is thrown when unable to encrypt or decrypt your key share/s.

Check to see if your cipher text has been correctly passed in and/or not been modified

402

FAILED_TO_CREATE_GCM_CIPHER

This error is thrown when unable to encrypt or decrypt your key share/s.

Check to see if your cipher text has been correctly passed in and/or not been modified

403

FAILED_TO_READ_NONCE_INTO_BUFFER

This error is thrown when unable to encrypt or decrypt your key share/s.

Check to see if your cipher text has been correctly passed in and/or not been modified

404

FAILED_TO_DECODE_KEY_HEX_STRING

This error is thrown when unable to encrypt or decrypt your key share/s.

Check to see if your cipher text has been correctly passed in and/or not been modified

405

FAILED_TO_DECODE_CIPHER_HEX_STRING

This error is thrown when unable to encrypt or decrypt your key share/s.

Check to see if your cipher text has been correctly passed in and/or not been modified

406

FAILED_TO_GET_NONCE_SIZE

This error is thrown when unable to encrypt or decrypt your key share/s.

Check to see if your cipher text has been correctly passed in and/or not been modified

407

FAILED_TO_DECRYPT_CIPHER

This error is thrown when unable to encrypt or decrypt your key share/s.

Check to see if your cipher text has been correc

Last updated