[][src]Trait g1_common::Error

pub trait Error: Error + Send + Sync + 'static {
    fn invalid_query(msg: String) -> Self;
}

The error returned by operations on a G1 server.

Required methods

fn invalid_query(msg: String) -> Self

Creates an error representing an invalid query.

Loading content...

Implementors

Loading content...