pub type Error = Error;

Aliased Type§

enum Error {
    AlreadyExist,
    InvalidProof,
    ProofTooLarge,
    SourceMismatch,
    AlreadyClaimed,
    NotExist,
    ClaimActionMismatch,
    DurationNotPassed,
}

Variants§

§

AlreadyExist

§

InvalidProof

§

ProofTooLarge

§

SourceMismatch

§

AlreadyClaimed

§

NotExist

§

ClaimActionMismatch

§

DurationNotPassed