[][src]Module rna::error

Module containg every errors type in this crate

Enums

DecodeError

Error handling for Namespace::decode() method

DropTypeError

General error type for DropType

ExtensionError

General error type for get_extension() function.

MeguError

General error type for interpret_file() function

MetaError

General error type for check_meta() function

ReadError

General error type for from_path() function

ScriptFormatError

General error type for decoding MeguScript

Type Definitions

MeguResult

Shorthand for defining a Result that can fail with MeguError type