Xecrets.Slip39.ErrorCode.md
August 11, 2025 ยท View on GitHub
Xecrets.Slip39
Xecrets.Slip39
ErrorCode Enum
Error codes used in Slip39Exception to facilitate UI error messages to users with localization etc. The full english text of the actual error is found in the message property of the exception.
public enum ErrorCode
Fields
Undefined 0
The undefined, invalid, zero error code.
NoError 1
No error
InvalidChecksum 2
A checksum or digest was found to be incorrect. Check the exception message for details.
InvalidGroups 3
Group specification or actual group meta data is invalid. Check the exception message for details.
InsufficientShares 4
The number of shares is insufficient. Check the exception message for details.
InconsistentShares 5
The set of shares have inconsistent meta data. Check the exception message for details.
InvalidFormat 6
Input is in the wrong format. Check the exception message for details.
InvalidMnemonic 7
An invalid mnemonic word or set of words were input. Check the exception message for details.