Module zellij_utils::errors[][src]

Expand description

Error context system based on a thread-local representation of the call stack, itself based on the instructions that are sent between threads.

Structs

A representation of the call stack.

Enums

Stack call representations corresponding to the different types of [ClientInstruction]s.

Different types of calls that form an ErrorContext call stack.

Stack call representations corresponding to the different types of [PluginInstruction]s.

Stack call representations corresponding to the different types of [PtyInstruction]s.

Stack call representations corresponding to the different types of [ScreenInstruction]s.

Stack call representations corresponding to the different types of [ServerInstruction]s.

Traits

Functions

Custom panic handler/hook. Prints the ErrorContext.