Deprecated. Use Raxol.Core.ErrorHandling instead.
All functions have been consolidated into Raxol.Core.ErrorHandling.
This module delegates to it for backwards compatibility.
Summary
Functions
error(type, message, context \\ %{})
deprecated
execute_pipeline(steps)
deprecated
execute_with_handling(operation, opts, fun)
deprecated
handle_error(result, opts)
deprecated
handle_genserver_error(error, state, module)
deprecated
normalize_error(error)
deprecated
Functions
This function is deprecated. Use Raxol.Core.ErrorHandling.error/3 instead.
This function is deprecated. Use Raxol.Core.ErrorHandling.execute_pipeline/1 instead.
This function is deprecated. Use Raxol.Core.ErrorHandling.execute_with_handling/3 instead.
This function is deprecated. Use Raxol.Core.ErrorHandling.handle_error/2 instead.
This function is deprecated. Use Raxol.Core.ErrorHandling.handle_genserver_error/3 instead.
This function is deprecated. Use Raxol.Core.ErrorHandling.log_error/4 instead.
This function is deprecated. Use Raxol.Core.ErrorHandling.normalize_error/1 instead.