Module kicad_parse_gen::error [] [src]

Kicad error handling code and types

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

parse_error

create a parse error

str_error

create an other error

Type Definitions

Result

Convenient wrapper around std::Result.