Enum clingo::Warning [] [src]

pub enum Warning {
    OperationUndefined,
    RuntimeError,
    AtomUndefined,
    FileIncluded,
    VariableUnbound,
    GlobalVariable,
    Other,
}

Enumeration of warning codes.

Variants

Undefined arithmetic operation or weight of aggregate

To report multiple errors; a corresponding runtime error is raised later

An undefined atom in program

The Same file included multiple times

CSP variable with unbounded domain

A global variable in tuple of aggregate element

Other kinds of warnings

Trait Implementations

impl Debug for Warning
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Warning
[src]

impl Clone for Warning
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Warning

impl Sync for Warning