Readonlycode: SskrPlainCodeOne of the reference's fourteen codes; no payload.
Readonlycode: "Shamir"A Shamir failure surfaced through SSKR.
Readonlycause: ShamirErrorThe ShamirError; also the error's cause.
Readonlycode: "InvalidParameter"An argument outside its domain or of the wrong type (JS-only).
Readonlyparameter: SskrParameterThe argument, e.g. "memberThreshold".
Readonlyvalue: unknownThe value received, as passed.
The structured payload of a SskrError, discriminated by
code:e.details.code === "InvalidParameter"narrows to{ parameter, value }.