Module cagra::error [] [src]

Errors in cagra

Structs

BinOpTypeError

Error that the arguments of BinaryOperator<A> is invalid

CastError

Error that the cast of Value<A> failed

NodeTypeError

Error that the node type is missing

UnaryOpTypeError

Error that the argument of UnaryOperator<A> is invalid

Enums

Error

Master error enum of cagra

Type Definitions

Result

abbrev of Result using the master error enum Error