Enum phoenix_core::error::Error [−][src]
pub enum Error { InvalidNoteType(u8), InvalidBlindingFactor, InvalidCipher, MissingViewKey, InvalidNoteConversion, InvalidCrossoverConversion, InvalidFeeConversion, PoseidonError(PoseidonError), InvalidCommitment, InvalidNonce, }
Expand description
All possible errors for Phoenix’s Core
Variants
InvalidNoteType(u8)
Invalid u8 as Note Type (expected 0
or 1
, found {0})
Invalid Blinding Factor’s value
Invalid Cipher’s value
ViewKey required for decrypt data from Obfuscated Note
Invalid Note Type for conversion
Invalid Crossover for conversion
Invalid Fee for conversion
PoseidonError(PoseidonError)
Poseidon Error
Invalid Value Commitment
Invalid Nonce
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more