Enum snarkvm_curves::errors::group::GroupError [−][src]
pub enum GroupError {
Crate(&'static str, String),
FieldError(FieldError),
InvalidGroupElement,
InvalidString,
Message(String),
ParsingEmptyString,
ParsingNonDigitCharacter,
}Variants
FieldError(FieldError)Message(String)Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for GroupErrorimpl Send for GroupErrorimpl Sync for GroupErrorimpl Unpin for GroupErrorimpl UnwindSafe for GroupError