Module emacs::error [] [src]

Structs

Error

The Error type, which can contain any failure.

TempValue

Enums

ErrorKind

Traits

ResultExt

Extension methods for Result.

Type Definitions

FuncallExit

We assume that the C code in Emacs really treats it as an enum and doesn't return an undeclared value, but we still need to safeguard against possible compatibility issue (Emacs may add more statuses in the future). FIX: Use an enum, and check for compatibility on load. Possible or not?

Result