Module wright::errors [] [src]

Error module. Contains traits and constants for error printing.

Structs

ErrorToDisplay

ErrorToDisplay is an intermediate type used to go from a raw error into a format that can be printed easily.

Enums

ErrorLevel

Enum for error levels.

Traits

Error

Trait for Errors. Any error used throughout the wright compiler/interpreter must implement this trait for consistency.