Skip to main content

Module ErrorMapping

Module ErrorMapping 

Source
Expand description

ยงError Mapping Utilities

Functions for converting various error types into CommonError. Primarily used for mapping PoisonError from Mutex lock failures.

Functionsยง

MapApplicationStateLockErrorToCommonError ๐Ÿ”’
Maps a PoisonError from a failed ApplicationState Mutex lock into a structured CommonError::StateLockPoisoned.
MapLockErrorToCommonError ๐Ÿ”’
Maps a generic PoisonError from a failed Mutex lock into a structured CommonError::StateLockPoisoned.