pub type Error = Error;

Aliased Type§

enum Error {
    InvalidKey,
    DuplicatedHeartbeat,
}

Variants§

§

InvalidKey

§

DuplicatedHeartbeat