Module error Copy item path Source python Python bindings for Vortex errors. vortex_bail A convenient macro for returning a VortexError. vortex_ensure A macro that mirrors assert! but instead of panicking on a failed condition,
it will immediately return an erroneous VortexResult to the calling context. vortex_err A convenient macro for creating a VortexError. vortex_panic A convenient macro for panicking with a VortexError in the presence of a programmer error
(e.g., an invariant has been violated). ErrString A string that can be used as an error message. VortexError The top-level error type for Vortex. VortexExpect A trait for expect-ing a VortexResult or an Option. SharedVortexResult A vortex result that can be shared or cloned. VortexResult A type alias for Results that return VortexErrors as their error type.