@blockchaincommons/sskr - v1.0.0-beta.3
    Preparing search index...

    Type Alias SskrErrorCode

    SskrErrorCode:
        | "DuplicateMemberIndex"
        | "GroupSpecInvalid"
        | "GroupCountInvalid"
        | "GroupThresholdInvalid"
        | "MemberCountInvalid"
        | "MemberThresholdInvalid"
        | "NotEnoughGroups"
        | "SecretLengthNotEven"
        | "SecretTooLong"
        | "SecretTooShort"
        | "ShareLengthInvalid"
        | "ShareReservedBitsInvalid"
        | "SharesEmpty"
        | "ShareSetInvalid"
        | "Shamir"
        | "InvalidParameter"

    Machine-readable discriminant for a SskrError. Fourteen codes are the reference's variant names, Shamir wraps a ShamirError, and InvalidParameter is JS-only.