pub type Error = Error;
Error for the session pallet.
pub enum Error { InvalidProof, NoAssociatedValidatorId, DuplicatedKey, NoKeys, NoAccount, }
Invalid ownership proof.
No associated validator ID for account.
Registered duplicate key.
No keys are associated with this account.
Key setting account is not live, so it’s impossible to associate keys.