Enum query_algebrizer_traits::errors::AlgebrizerError [] [src]

pub enum AlgebrizerError {
    DuplicateVariableError(PlainSymbol, &'static str),
    UnsupportedArgument,
    InputTypeDisagreement(PlainSymbolValueTypeValueType),
    InvalidNumberOfArguments(PlainSymbolusizeusize),
    InvalidArgument(PlainSymbol, &'static strusize),
    InvalidArgumentType(PlainSymbolValueTypeSetusize),
    InvalidGroundConstant,
    InvalidLimit(StringValueType),
    GroundBindingsMismatch,
    UnrecognizedIdent(String),
    UnknownFunction(PlainSymbol),
    UnknownLimitVar(PlainSymbol),
    UnboundVariable(PlainSymbol),
    NonMatchingVariablesInOrClause,
    NonMatchingVariablesInNotClause,
    InvalidBinding(PlainSymbolBindingError),
    EdnParseError(ParseError),
}

Variants

Trait Implementations

impl Clone for AlgebrizerError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AlgebrizerError
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for AlgebrizerError
[src]

impl PartialEq for AlgebrizerError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<ParseError> for AlgebrizerError
[src]

[src]

Performs the conversion.