Enum ff::PrimeFieldDecodingError[][src]

pub enum PrimeFieldDecodingError {
    NotInField(String),
}

An error that may occur when trying to interpret a PrimeFieldRepr as a PrimeField element.

Variants

The encoded value is not in the field

Trait Implementations

impl Debug for PrimeFieldDecodingError
[src]

Formats the value using the given formatter. Read more

impl Error for PrimeFieldDecodingError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for PrimeFieldDecodingError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations