[][src]Crate dynerr

Macros

dynerr

a macro for returning custom errors as dynamic errors

dynmatch

performs a dynamic match operation on multiple error types
takes the DynError, match arms, and default arm
types must be specified beforehand with the "type" keyword

log

logs message to event.log

logged_panic

logs error to event.log then panic!

Type Definitions

DynResult

an alias for result that uses dynamic errors